mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-11 16:02:15 +00:00
39 lines
891 B
JSON
39 lines
891 B
JSON
{
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"ansible"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"ansible-lint"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"ansible.posix",
|
|
"community.general",
|
|
"community.crypto",
|
|
"community.digitalocean",
|
|
"gantsign.golang"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |