Skip to content

Commit a36611a

Browse files
authored
Maintain dependencies for GitHub Actions
1 parent 201a148 commit a36611a

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
@@ -9,3 +9,9 @@ updates:
99
# update too often, ignore patch releases
1010
- dependency-name: "@types/node"
1111
update-types: ["version-update:semver-patch"]
12+
13+
# Maintain dependencies for GitHub Actions
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "daily"

0 commit comments

Comments
 (0)