Skip to content

Commit

Permalink
Adjust Dependabot to only consider major version updates for some dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
mawiesne committed Nov 17, 2024
1 parent 647cb9a commit e025414
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ updates:
interval: weekly
time: '04:00'
open-pull-requests-limit: 10
ignore:
- dependency-name: "com.puppycrawl.tools:*"
update-types: [ "version-update:semver-major" ]
- dependency-name: "io.github.classgraph:*"
update-types: [ "version-update:semver-major" ]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit e025414

Please sign in to comment.