Skip to content

Commit 0d313a1

Browse files
committed
Automatically update Actions
1 parent b1cabe4 commit 0d313a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)