Skip to content

Commit

Permalink
Adding target 3.0.x
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed May 3, 2024
1 parent fc5a9d5 commit e8972c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -38,6 +38,19 @@ updates:
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
target-branch: "3.0.x"
commit-message:
prefix: "[3.0.x] "
schedule:
interval: "daily"
ignore:
# Do not upgrade major versions of dependencies
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
Expand Down

0 comments on commit e8972c4

Please sign in to comment.