Skip to content

Commit 8d4c6c6

Browse files
authored
CI: Set up Dependabot on this repo (to update external GitHub Actions) (#58)
1 parent 097adec commit 8d4c6c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.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+
updates:
3+
- package-ecosystem: "github-actions"
4+
groups:
5+
# Group all GitHub Actions PRs into a single PR:
6+
all-github-actions:
7+
patterns:
8+
- "*"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
open-pull-requests-limit: 100
13+
labels:
14+
- "dependencies"
15+
- "github-actions"

0 commit comments

Comments
 (0)