Skip to content

Commit cf371da

Browse files
authored
Automatically update GitHub Actions with Dependabot (#111)
GitHub Actions runners periodically update to a new version of Node, causing a cascade of major version bumps in various actions (because this is a breaking change on self-hosted runners) that are annoying to manually apply. Let Dependabot do it, in a batched PR once a month.
1 parent 83c8e18 commit cf371da

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
commit-message:
6+
prefix: workflows
7+
groups:
8+
actions:
9+
patterns: ["*"]
10+
labels: ["dependencies"]
11+
schedule:
12+
interval: monthly

0 commit comments

Comments
 (0)