Skip to content

Commit

Permalink
Merged branch '7.0.x' into '8.0.x'.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Oct 9, 2023
2 parents ec9076c + bdfcbfc commit 74a8254
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ updates:
ignore:
- dependency-name: "com.google.inject:guice"
versions: [ ">=7.0.0" ]
- dependency-name: "org.graalvm.js:js"
versions: [ ">=23.0.0" ]
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]
- dependency-name: "org.springframework.boot:*"
Expand All @@ -44,6 +46,15 @@ updates:
target-branch: "7.0.x"
schedule:
interval: "daily"
ignore:
- dependency-name: "*:*"

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
target-branch: "8.0.x"
schedule:
interval: "daily"

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

0 comments on commit 74a8254

Please sign in to comment.