Skip to content

Commit

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

0 comments on commit 2bf3cc8

Please sign in to comment.