Skip to content

Commit cf513b2

Browse files
authored
also enable dependabot for dependencies of github actions
1 parent b9bce1f commit cf513b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ updates:
1717
- "eslint"
1818
- "typescript-eslint"
1919
applies-to: version-updates
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
labels:
25+
- "chore-dependabot"

0 commit comments

Comments
 (0)