Skip to content

Commit d278790

Browse files
authored
chore: enable Dependabot for GitHub Actions (#883)
Add a github-actions package-ecosystem entry to Dependabot config so GitHub Actions workflow dependencies are kept up to date (weekly).
1 parent 427cb1f commit d278790

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ updates:
1414
- dependency-name: com.puppycrawl.tools:checkstyle
1515
versions:
1616
- ">= 10"
17+
- package-ecosystem: github-actions
18+
directory: "/"
19+
schedule:
20+
interval: weekly
21+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)