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.
2 parents 9ebcd5c + 19a5f8f commit 6260dd4Copy full SHA for 6260dd4
.github/dependabot.yml
@@ -9,4 +9,12 @@ updates:
9
interval: "monthly"
10
11
# Update all submodules
12
- directory: /
+ directory: /
13
+
14
+ # This will create a PR if there are any updates to the actions used in the CI.
15
+ - package-ecosystem: "github-actions"
16
+ # Workflow files stored in the default location of `.github/workflows`
17
+ directory: "/"
18
+ # Check for updates once a week
19
+ schedule:
20
+ interval: "weekly"
0 commit comments