We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0987991 + bc89f7a commit bfc5896Copy full SHA for bfc5896
1 file changed
.github/dependabot.yml
@@ -2,7 +2,9 @@ version: 2
2
updates:
3
# Maintain dependencies for GitHub Actions
4
- package-ecosystem: github-actions
5
- directory: /
+ directories:
6
+ - "/"
7
+ - "/.github/actions/*"
8
schedule:
9
interval: weekly
10
# Maintain dependencies for dockerfiles
0 commit comments