Skip to content

Commit 6886306

Browse files
committed
Reindent dependabot.yml
1 parent 77db43a commit 6886306

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Diff for: .github/dependabot.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
7-
pull-request-branch-name:
8-
separator: "-"
9-
- package-ecosystem: nuget
10-
directory: "/"
11-
schedule:
12-
interval: daily
13-
pull-request-branch-name:
14-
separator: "-"
15-
open-pull-requests-limit: 25
16-
ignore:
17-
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18-
- dependency-name: 'JsonApiDotNetCore*'
19-
- dependency-name: 'MongoDB.Driver*'
20-
# Block major updates of packages that require a matching .NET version.
21-
- dependency-name: 'Microsoft.AspNetCore*'
22-
update-types: ["version-update:semver-major"]
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
pull-request-branch-name:
8+
separator: "-"
9+
- package-ecosystem: nuget
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
pull-request-branch-name:
14+
separator: "-"
15+
open-pull-requests-limit: 25
16+
ignore:
17+
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18+
- dependency-name: "JsonApiDotNetCore*"
19+
- dependency-name: "MongoDB.Driver*"
20+
# Block major updates of packages that require a matching .NET version.
21+
- dependency-name: "Microsoft.AspNetCore*"
22+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)