Skip to content

Commit f476120

Browse files
Merge pull request #174 from inteon/dependabot_subfolders
Restrict the github-actions glob match
2 parents 1f5b55f + 5d047c1 commit f476120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
patterns: ["*"]
1212
- package-ecosystem: github-actions
1313
directories:
14-
- "**/*"
14+
- "**/.github/workflows"
1515
schedule:
1616
interval: weekly
1717
groups:

0 commit comments

Comments
 (0)