diff --git a/renovate.json b/renovate.json index 64cf8c9..c89a5dd 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>thegeeklab/renovate-presets"], "packageRules": [ + { + "description": "Ansible base dependencies", + "matchPackageNames": ["ansible-core"], + "separateMinorPatch": true + }, { "matchManagers": ["woodpecker"], "matchFileNames": [".woodpecker/test.yml"],