We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd735e commit 126b754Copy full SHA for 126b754
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: cargo
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ cooldown: # applies only to version-updates (not security-updates)
8
+ semver-patch: 7 # wait 7 days before applying patch updates
9
+ semver-minor: 14
10
+ semver-major: 28
11
+ - package-ecosystem: github-actions
12
13
14
15
+ # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
16
+ cooldown:
17
+ default-days: 7
18
+ - package-ecosystem: gitsubmodule
19
20
21
22
23
0 commit comments