Skip to content

Commit

Permalink
Configure Renovate (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2023
1 parent 67b4d0d commit 56bb0ae
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"extends": [
"config:base",
"group:all",
":semanticCommitTypeAll(chore)",
":disableDependencyDashboard"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekends"
]
},
"schedule": [
"every 2 weeks on Sunday"
],
"packageRules": [
{
"matchPackageNames": ["urllib3"],
"allowedVersions": "<2.0.0"
}
]
}

0 comments on commit 56bb0ae

Please sign in to comment.