Skip to content

Commit

Permalink
chore: direct dependabot to dev branch and group minor updates (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
akloeckner committed Feb 5, 2024
1 parent 629ce76 commit 8237747
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 0
target-branch: "develop"
target-branch: "dev"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
groups:
patch-and-minor:
update-types:
- "minor"
- "patch"

0 comments on commit 8237747

Please sign in to comment.