We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0745b43 commit be39c85Copy full SHA for be39c85
.github/dependabot.yml
@@ -7,11 +7,9 @@ version: 2
7
8
updates:
9
- package-ecosystem: "pip" # See documentation for possible values
10
- directory: "/.requirements" # Location of package manifests
+ directory: "/" # Location of package manifests
11
schedule:
12
- interval: daily
13
-
14
- - package-ecosystem: github-actions
15
- directory: /
16
- schedule:
17
- interval: weekly
+ interval: "daily"
+ ignore:
+ # Ignore updates to "black" because we'd need to reformat everything
+ - dependency-name: "black"
0 commit comments