Skip to content

Commit

Permalink
Merge pull request #222 from mkurz/update_dependabot
Browse files Browse the repository at this point in the history
Dependabot should also check 2.0.x branch workflows
  • Loading branch information
mkurz authored Mar 2, 2024
2 parents d6249cb + 50d29ba commit 570dca7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "2.0.x"

0 comments on commit 570dca7

Please sign in to comment.