We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9caafb0 + 4a00488 commit f11746cCopy full SHA for f11746c
1 file changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "quarterly"
7
+ ignore:
8
+ - dependency-name: "*"
9
+ update-types:
10
+ - "version-update:semver-minor"
11
+ - "version-update:semver-patch"
12
+ groups:
13
+ actions:
14
+ patterns:
15
+ - "*"
16
+ cooldown:
17
+ # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
18
+ # Cooldowns protect against supply chain attacks by avoiding the
19
+ # highest-risk window immediately after new releases.
20
+ default-days: 14
0 commit comments