We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f07803 commit c475c01Copy full SHA for c475c01
.github/dependabot.yml
@@ -5,6 +5,9 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
+ groups:
9
+ github-actions:
10
+ patterns: ["*"]
11
# Enable updates for Rust packages
12
- package-ecosystem: "cargo"
13
directory: "/" # Location of package manifests
@@ -16,3 +19,8 @@ updates:
16
19
# behind
17
20
- dependency-name: "*"
18
21
update-types: ["version-update:semver-patch"]
22
23
+ cargo:
24
25
+ # leave major changes in their own PRs
26
+ update-types: ["minor", "patch"]
0 commit comments