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 9e29e3f commit f4149cdCopy full SHA for f4149cd
.github/dependabot.yml
@@ -4,3 +4,14 @@ updates:
4
directory: "/pyperformance/requirements"
5
schedule:
6
interval: "monthly"
7
+ # Don't update test dependencies for reproducibility.
8
+ # Dependabot doesn't support excluding directories
9
+ # (https://github.com/dependabot/dependabot-core/issues/4364)
10
+ # however, we can ignore all dependencies in the data-files
11
+ # directory which is equivalent if a bit slower
12
+ - package-ecosystem: "pip"
13
+ directory: "/pyperformance/data-files"
14
+ schedule:
15
+ interval: "monthly"
16
+ ignore:
17
+ - dependency-name: "*"
0 commit comments