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.
dependabot.yml
1 parent 3d588c8 commit 0e8d1a3Copy full SHA for 0e8d1a3
.github/dependabot.yml
@@ -3,7 +3,6 @@ updates:
3
# Enable version updates for Python
4
- package-ecosystem: "pip"
5
directory: "/" # Location of package manifests
6
- # Check for updates once a month
7
schedule:
8
interval: "weekly"
9
target-branch: "master"
@@ -16,8 +15,7 @@ updates:
16
15
# Enable version updates for GH Actions
17
- package-ecosystem: "github-actions"
18
# Look for a `/workflows` in the `root` directory
19
- directory: "/"
20
+ directory: "./.github/"
21
22
interval: "monthly"
23
- target-branch: "dependencies"
+ target-branch: "master"
0 commit comments