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 2e08b47 commit 3e022c2Copy full SHA for 3e022c2
.github/dependabot.yml
@@ -1,6 +1,13 @@
1
-version: 2
+---
2
+# Dependabot configuration
3
+# Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4
5
+version: 2
6
updates:
7
+ - package-ecosystem: "github-actions" # See documentation for possible values
8
+ directory: "/" # Location of package manifests
9
+ schedule:
10
+ interval: "weekly"
11
- package-ecosystem: "pip"
12
directory: "/"
13
schedule:
0 commit comments