Skip to content

Commit

Permalink
Configure dependabot to ignore major version
Browse files Browse the repository at this point in the history
  • Loading branch information
VanRoy committed Nov 18, 2024
1 parent bc0cfb7 commit f5532a7
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 @@ -5,6 +5,9 @@ updates:
schedule:
interval: "daily"
time: "02:00"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit f5532a7

Please sign in to comment.