Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jul 9, 2021
1 parent 183b0cf commit 2557145
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"includePaths": [
"**",
"third_party/python/requirements.*"
],
"ignorePaths": [
"third_party/"
],
"pip_requirements": {
"fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"]
}
}

0 comments on commit 2557145

Please sign in to comment.