Skip to content

Commit afb2110

Browse files
committed
Make GitHub Dependabot keep our GitHub Actions up to date
1 parent 6d44662 commit afb2110

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+
4+
- package-ecosystem: "github-actions"
5+
commit-message:
6+
include: "scope"
7+
prefix: "Actions"
8+
directory: "/"
9+
labels:
10+
- "enhancement"
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)