Skip to content

Commit 19aa9a5

Browse files
committed
Add auto update for github-actions.
Signed-off-by: Lan Liang <[email protected]>
1 parent 6bdd944 commit 19aa9a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ updates:
1212
gomod-dependencies:
1313
patterns:
1414
- '*'
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
# Check for updates to GitHub Actions every week
19+
interval: "weekly"

0 commit comments

Comments
 (0)