Skip to content

Commit e81dab0

Browse files
Merge pull request #36 from yongshun950824/github-action-dependabot
Add Dependabot configuration for GitHub Actions
2 parents 3eb87af + 67cf6a6 commit e81dab0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
# Ensures Dependabot keeps the commit SHA style
9+
commit-message:
10+
prefix: "chore(deps-actions):"
11+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)