Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Feb 25, 2023
1 parent 006f28c commit f8c87e8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"config:base"
],
"prConcurrentLimit":3,
"prHourlyLimit":3,
"branchConcurrentLimit":3,
"includeForks":true,
"includePaths":[
"tools/**",
"third_party/python/requirements.*"
],
"ignorePaths":[
"third_party/",
"tools/lint/eslint/"
],
"pip_requirements":{
"fileMatch":[
"(^|/).*requirements.*\\.(in|txt)$"
]
},
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes":["devDependencies"],
"enabled": false
}
]
}

0 comments on commit f8c87e8

Please sign in to comment.