This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
rpmbuild/renovate.json
Robert Kaussow ce24d1ea74
All checks were successful
continuous-integration/drone/push Build is passing
fix: disable major version updated for docker files
2021-10-23 22:36:31 +02:00

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
}
]
}