Skip to content

Commit 0e8d1a3

Browse files
committed
Improve dependabot.yml
1 parent 3d588c8 commit 0e8d1a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ updates:
33
# Enable version updates for Python
44
- package-ecosystem: "pip"
55
directory: "/" # Location of package manifests
6-
# Check for updates once a month
76
schedule:
87
interval: "weekly"
98
target-branch: "master"
@@ -16,8 +15,7 @@ updates:
1615
# Enable version updates for GH Actions
1716
- package-ecosystem: "github-actions"
1817
# Look for a `/workflows` in the `root` directory
19-
directory: "/"
20-
# Check for updates once a month
18+
directory: "./.github/"
2119
schedule:
2220
interval: "monthly"
23-
target-branch: "dependencies"
21+
target-branch: "master"

0 commit comments

Comments
 (0)