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 21826bc commit e691be8Copy full SHA for e691be8
.github/dependabot.yml
@@ -1,17 +1,20 @@
1
# Please see the documentation for all configuration options:
2
-# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
3
4
version: 2
5
updates:
6
- package-ecosystem: "cargo"
7
directory: "/"
8
schedule:
9
- interval: "weekly"
+ interval: "monthly"
10
groups:
11
minor-updates:
12
applies-to: version-updates
13
update-types: [minor, patch]
14
+ major-updates:
15
+ applies-to: version-updates
16
+ update-types: [major]
17
- package-ecosystem: "github-actions"
18
19
20
0 commit comments