Add renovate.json (#1)

This commit is contained in:
Plural Bot 2022-07-29 16:13:21 +02:00 committed by GitHub
parent a48b095fbc
commit 3bae16f0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
renovate.json Normal file
View file

@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboard",
":prHourlyLimit4",
":prConcurrentLimit10"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": true
},
{
"description": "Disable major update k8s client-go",
"matchPackagePatterns": [
"^k8s.io/client-go"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"separateMinorPatch": true,
"dependencyDashboardApproval": true
}