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 0ce700a commit 2b250d1Copy full SHA for 2b250d1
.github/dependabot.yml
@@ -5,7 +5,13 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "python" # See documentation for possible values
9
- directory: "." # Location of package manifests
+ - package-ecosystem: pip # See documentation for possible values
+ directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily"
12
+ - package-ecosystem: "github-actions"
13
+ # Workflow files stored in the
14
+ # default location of `.github/workflows`
15
+ directory: "/"
16
+ schedule:
17
+ interval: "weekley"
0 commit comments