Skip to content

Commit 2b250d1

Browse files
authored
Update dependabot.yml
1 parent 0ce700a commit 2b250d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "python" # See documentation for possible values
9-
directory: "." # Location of package manifests
8+
- package-ecosystem: pip # See documentation for possible values
9+
directory: "/" # Location of package manifests
1010
schedule:
1111
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

Comments
 (0)