Skip to content

Commit 90a2d29

Browse files
authored
Set up Dependabot to bump external GitHub Actions commit hashes (#5)
1 parent 19061a6 commit 90a2d29

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)