We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed856d commit ff22f74Copy full SHA for ff22f74
.github/dependabot.yml
@@ -1,7 +1,11 @@
1
version: 2
2
updates:
3
+ # Dependabot does not support GitHub composite actions by default (.github/actions)
4
+ # so we need to add the folder by hand to the directories entry.
5
- package-ecosystem: "github-actions"
- directory: "/"
6
+ directories:
7
+ - "/"
8
+ - "/.github/actions/*"
9
schedule:
10
interval: "weekly"
11
labels:
0 commit comments