Skip to content

Commit f11746c

Browse files
authored
Merge pull request #235 from StanFromIreland/patch-2
Add Dependabot configuration for GitHub Actions
2 parents 9caafb0 + 4a00488 commit f11746c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

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

Comments
 (0)