Skip to content

Commit

Permalink
Merge pull request #832 from mkurz/add-dependabot-branches
Browse files Browse the repository at this point in the history
Add missing branche to dependabot config
  • Loading branch information
mkurz authored Mar 8, 2024
2 parents 0b73d9a + a39b499 commit f2bfe9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "6.0.x"
commit-message:
prefix: "[6.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "5.3.x"
commit-message:
prefix: "[5.3.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit f2bfe9d

Please sign in to comment.