mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-13 10:02:16 +00:00
Add rulesets
This commit is contained in:
38
ansible.json
Normal file
38
ansible.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"ansible"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"ansible-lint"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"community.general",
|
||||
"community.crypto",
|
||||
"community.digitalocean",
|
||||
"gantsign.golang"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user