Skip to content

Commit bfc5896

Browse files
authored
Merge pull request #116 from lorengordon/fix/dependabot-actions-config
2 parents 0987991 + bc89f7a commit bfc5896

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: 2
22
updates:
33
# Maintain dependencies for GitHub Actions
44
- package-ecosystem: github-actions
5-
directory: /
5+
directories:
6+
- "/"
7+
- "/.github/actions/*"
68
schedule:
79
interval: weekly
810
# Maintain dependencies for dockerfiles

0 commit comments

Comments
 (0)