Skip to content

Commit cc1d44e

Browse files
committed
build(gh-actions): enable dependabot to scan the starter workflow
1 parent ce14e1a commit cc1d44e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ updates:
1515
schedule:
1616
interval: "weekly"
1717
- package-ecosystem: "github-actions"
18-
directory: "/"
18+
directories:
19+
- "/.github/workflows/**"
1920
groups:
2021
gh-actions:
2122
update-types:

0 commit comments

Comments
 (0)