Skip to content

Commit e691be8

Browse files
authored
Switch to monthly dependabot updates
1 parent 21826bc commit e691be8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# Please see the documentation for all configuration options:
2-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
33

44
version: 2
55
updates:
66
- package-ecosystem: "cargo"
77
directory: "/"
88
schedule:
9-
interval: "weekly"
9+
interval: "monthly"
1010
groups:
1111
minor-updates:
1212
applies-to: version-updates
1313
update-types: [minor, patch]
14+
major-updates:
15+
applies-to: version-updates
16+
update-types: [major]
1417
- package-ecosystem: "github-actions"
1518
directory: "/"
1619
schedule:
17-
interval: "weekly"
20+
interval: "monthly"

0 commit comments

Comments
 (0)