Skip to content

Commit 1bf8c07

Browse files
authored
Add Dependabot configuration for GitHub Actions (#420)
1 parent 9621e27 commit 1bf8c07

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
# Keep the actions used in .github/workflows/ up to date.
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
# Bundle all action bumps into one PR per run instead of one per action.
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
14+
commit-message:
15+
prefix: "CI"

0 commit comments

Comments
 (0)