Skip to content

Commit 85ebe74

Browse files
authored
ci: add Dependabot for GitHub Actions version updates (#69)
Keeps pinned SHA digests up-to-date automatically.
1 parent 8ef5472 commit 85ebe74

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
cooldown:
6+
default-days: 7
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
groups:
11+
minor-and-patch:
12+
applies-to: version-updates
13+
patterns:
14+
- "*"
15+
update-types:
16+
- "minor"
17+
- "patch"

0 commit comments

Comments
 (0)