We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b29f4b commit 57f8a6cCopy full SHA for 57f8a6c
1 file changed
.github/dependabot.yml
@@ -15,3 +15,9 @@ updates:
15
schedule:
16
interval: "weekly"
17
target-branch: "develop"
18
+ - package-ecosystem: "github-actions"
19
+ # Workflow files stored in the default location of `.github/workflows`
20
+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
21
+ directory: "/"
22
+ schedule:
23
+ interval: "weekly"
0 commit comments