Skip to content

Commit be39c85

Browse files
committed
update dependabot setup
1 parent 0745b43 commit be39c85

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ version: 2
77

88
updates:
99
- package-ecosystem: "pip" # See documentation for possible values
10-
directory: "/.requirements" # Location of package manifests
10+
directory: "/" # Location of package manifests
1111
schedule:
12-
interval: daily
13-
14-
- package-ecosystem: github-actions
15-
directory: /
16-
schedule:
17-
interval: weekly
12+
interval: "daily"
13+
ignore:
14+
# Ignore updates to "black" because we'd need to reformat everything
15+
- dependency-name: "black"

0 commit comments

Comments
 (0)