mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 12:20:40 +00:00
separate minor-patch for ansible deps
This commit is contained in:
parent
e3f797d5e3
commit
4cf63bf2fe
@ -2,6 +2,11 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>thegeeklab/renovate-presets"],
|
"extends": ["github>thegeeklab/renovate-presets"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Ansible base dependencies",
|
||||||
|
"matchPackageNames": ["ansible-core"],
|
||||||
|
"separateMinorPatch": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["woodpecker"],
|
"matchManagers": ["woodpecker"],
|
||||||
"matchFileNames": [".woodpecker/test.yml"],
|
"matchFileNames": [".woodpecker/test.yml"],
|
||||||
|
Loading…
Reference in New Issue
Block a user