Skip to content

Commit 8a6c32f

Browse files
authored
ci: add GitHub Actions ecosystem to Dependabot config
1 parent 9dd6857 commit 8a6c32f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ updates:
77
interval: "daily"
88
commit-message:
99
prefix: "build"
10+
11+
# Maintain GitHub Actions
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
commit-message:
17+
prefix: "ci"

0 commit comments

Comments
 (0)