Skip to content

Commit

Permalink
Configure Renovate (#9)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* Don't require dashboard approval

Co-authored-by: David van der Spek <[email protected]>
  • Loading branch information
plural-bot and davidspek authored Nov 8, 2022
1 parent f5cc3d4 commit 87a3408
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboard",
":prHourlyLimit4",
":prConcurrentLimit20"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": true
},
{
"description": "Disable major update k8s client-go",
"matchPackagePatterns": [
"^k8s.io/client-go"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"labels": [
"dependencies"
],
"separateMinorPatch": true
}

0 comments on commit 87a3408

Please sign in to comment.