Skip to content

Commit b97aa6d

Browse files
committed
add dependabot for auto-updates to gha deps
1 parent fd41b45 commit b97aa6d

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+
# Enable version updates for github-actions
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
6+
schedule:
7+
# Check for updates to GitHub Actions once a month
8+
interval: 'monthly'
9+
commit-message:
10+
prefix: "deps(gha): "
11+
labels:
12+
- "dependencies"

0 commit comments

Comments
 (0)