Skip to content

Commit

Permalink
let's try limiting the scope of updates on older branches
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Sep 8, 2023
1 parent 21f4030 commit fc6582b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ updates:
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: maven
target-branch: 2.3.x
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-minor" ]
- package-ecosystem: maven
directory: "/audits"
schedule:
Expand Down

0 comments on commit fc6582b

Please sign in to comment.