Skip to content

Commit d62b1b0

Browse files
committed
dependabot: Extend to also monitor workflow actions
Extend dependabot configuration to monitor workflow action versions Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 2d2a2de commit d62b1b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
versioning-strategy: lockfile-only
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)