We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cabe4 commit 0d313a1Copy full SHA for 0d313a1
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "quarterly" # We do not need *immediate* bumps, only frequent enough to avoid falling out of support range.
8
+ cooldown: # Avoid bumping deps immediately, to give time for security audits to be conducted
9
+ default-days: 15
10
+ include: [ "*" ]
11
+ groups:
12
+ actions:
13
+ patterns: [ "*" ]
14
+ labels: [ builds ] # Since those are CI-related updates...
0 commit comments