Skip to content

Commit d4fd768

Browse files
ivinjabrahamhrideshmg
authored andcommitted
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 806ec5f commit d4fd768

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
version: 2
22
updates:
33
- package-ecosystem: "cargo"
4-
directory: "/" # Location of package manifests
4+
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)