Skip to content

Commit 3026615

Browse files
authored
Merge pull request #589 from liangyuanpeng/autoupdate_ghaction
Add auto update for github-actions.
2 parents 6e29eba + 19aa9a5 commit 3026615

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)