Skip to content

Commit 12addb4

Browse files
committed
Keep action versions up to date with Dependabot
This enables grouped Dependabot version updates, for GitHub Actions only, to keep actions up to date. Currently some actions are used at very old versions; for example, this uses `actions/checkout@v1`, but the current version is `v4`. Such old versions are no longer maintained and usually run on an old unsupported Node.js version.
1 parent fc6cce5 commit 12addb4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: '/'
5+
schedule:
6+
interval: weekly
7+
groups:
8+
github-actions:
9+
patterns: ['*']

0 commit comments

Comments
 (0)