Skip to content

Commit

Permalink
Reindent dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Aug 31, 2024
1 parent 8e81f71 commit 1e2d4f7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
pull-request-branch-name:
separator: "-"
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 25
ignore:
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
- dependency-name: 'Ben.Demystifier'
- dependency-name: 'Humanizer*'
- dependency-name: 'Microsoft.CodeAnalysis*'
- dependency-name: 'Microsoft.EntityFrameworkCore*'
# Block major updates of packages that require a matching .NET version.
- dependency-name: 'Microsoft.AspNetCore*'
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
pull-request-branch-name:
separator: "-"
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 25
ignore:
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
- dependency-name: "Ben.Demystifier"
- dependency-name: "Humanizer*"
- dependency-name: "Microsoft.CodeAnalysis*"
- dependency-name: "Microsoft.EntityFrameworkCore*"
# Block major updates of packages that require a matching .NET version.
- dependency-name: "Microsoft.AspNetCore*"
update-types: ["version-update:semver-major"]

0 comments on commit 1e2d4f7

Please sign in to comment.