Skip to content

Commit

Permalink
github: Make dependabot ignore major versions for NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Nov 15, 2024
1 parent 3a9f766 commit 36dd3c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 36dd3c8

Please sign in to comment.