Robert Kaussow
ce24d1ea74
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
382 B
JSON
14 lines
382 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>thegeeklab/renovate-presets:docker"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable major version update",
|
|
"matchDatasources": ["docker"],
|
|
"matchPackagePatterns": ["^(centos|rockylinux)"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|