Skip to content

Commit 6c74071

Browse files
committed
ci: update dependabot configuration
This commit adds additional configuration for dependabot so that the PRs are less of an annoyance to deal with. All version and security updates will now be grouped into one PR at the end of the month, and will properly target develop instead of main. Signed-off-by: Ivin Joel Abraham <[email protected]>
1 parent 2b58803 commit 6c74071

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
7+
open-pull-requests-limit: 1
8+
target-branch: "develop"
9+
groups:
10+
all-dependencies:
11+
applies-to: [version-updates, security-updates]
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)