Skip to content

Commit

Permalink
add dependabot for branch 6.1.x (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Oct 16, 2024
1 parent f9e743a commit 0ad0026
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: "master"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/"
target-branch: "6.1.x"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "6.1.x"
schedule:
interval: "weekly"

0 comments on commit 0ad0026

Please sign in to comment.