We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a62b8f commit 4e6022eCopy full SHA for 4e6022e
.github/dependabot.yml
@@ -1,10 +1,24 @@
1
version: 2
2
updates:
3
- - package-ecosystem: cargo
+ - package-ecosystem: github-actions
4
directory: /
5
schedule:
6
interval: weekly
7
- - package-ecosystem: github-actions
+ groups:
8
+ ci-dependencies:
9
+ applies-to: version-updates
10
+ patterns: ["*"]
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
+ - package-ecosystem: cargo
15
16
17
18
19
+ rust-dependencies:
20
21
22
23
24
0 commit comments