Skip to content

Commit

Permalink
add a renovate.json to test the python updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Nov 26, 2020
1 parent 0db73da commit e591c9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"includePaths": [
"**",
"third_party/python/requirements.*"
],
"ignorePaths": [
"third_party/"
],
"pip_requirements": {
"fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"]
}
}

0 comments on commit e591c9e

Please sign in to comment.