Skip to content

Commit 2296bdf

Browse files
committed
Add renovate.json
1 parent 63fcc3f commit 2296bdf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"prConcurrentLimit": 0,
7+
"prHourlyLimit": 0,
8+
"includePaths": [
9+
"**",
10+
"third_party/python/requirements.*"
11+
],
12+
"ignorePaths": [
13+
"third_party/"
14+
],
15+
"pip_requirements": {
16+
"fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"]
17+
}
18+
}

0 commit comments

Comments
 (0)