Skip to content

Commit 5ce0ff7

Browse files
committed
add github actions to dependabot.yml
1 parent 5d49b74 commit 5ce0ff7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

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

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
9+
# Library dependencies from pyproject.toml
10+
- package-ecosystem: "pip"
11+
directory: "/"
1012
schedule:
1113
interval: "weekly"
14+
15+
# Actions from github workflows
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)