Skip to content

Commit 4d3f1be

Browse files
committed
CI: Improve Dependabot configuration
1 parent 4e5fc71 commit 4d3f1be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "pip"
9+
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
1212

1313
- package-ecosystem: "github-actions"
1414
directory: "/"

0 commit comments

Comments
 (0)