Skip to content

Commit 7700f28

Browse files
committed
Add github-actions ecosystem to Dependabot config
1 parent c5510af commit 7700f28

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
directory: "/" # Location of package manifests
1414
schedule:
1515
interval: "daily"
16+
- package-ecosystem: "github-actions" # See documentation for possible values
17+
directory: "/" # Location of workflow files
18+
schedule:
19+
interval: "daily"

0 commit comments

Comments
 (0)