Skip to content

Commit 8022c89

Browse files
committed
Try to get rennovate to manage the .in files
1 parent fb83c4b commit 8022c89

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

renovate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010
"group:monorepos",
1111
"workarounds:all"
1212
],
13-
"rebaseWhen": "never",
13+
"rebaseWhen": "behind-base-branch",
1414
"labels": ["deps"],
1515
"dependencyDashboard": false,
1616
"packageRules": [
1717
{
1818
"matchFiles": ["MODULE.bazel"],
1919
"enabled": false
2020
}
21-
]
21+
],
22+
"pip-compile": {
23+
"managerFilePatterns": ["/(^|/)requirements\\.txt$/"]
24+
},
25+
"pip_requirements": {
26+
"enabled": false
27+
},
28+
"pip_setup": {
29+
"enabled": false
30+
}
2231
}

0 commit comments

Comments
 (0)