Skip to content

Commit

Permalink
Updated dependabot.yml with branches '3.0.x' and '4.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 Jul 13, 2023
1 parent 6c626b1 commit 3e79227
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@ updates:
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
target-branch: "3.0.x"
schedule:
interval: "daily"
ignore:
- dependency-name: "org.eclipse.jetty:*"
versions: [ ">=12.0.0" ]
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
target-branch: "4.0.x"
schedule:
interval: "daily"
ignore:
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

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

0 comments on commit 3e79227

Please sign in to comment.