Skip to content

Commit 17e42b0

Browse files
authored
ci: add Dependabot config for GitHub Actions maintenance (#110)
Automatically monitor the actions used in the CI workflows and open weekly update PRs when newer versions are released.
1 parent e4eb95e commit 17e42b0

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+
# Keep GitHub Actions used in the workflows up to date
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
labels:
9+
- "dependencies"
10+
- "github-actions"
11+
commit-message:
12+
prefix: "ci"

0 commit comments

Comments
 (0)