Skip to content

Commit

Permalink
reimport renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 4, 2021
1 parent f8a4120 commit 988092e
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 988092e

Please sign in to comment.