renovate rule
This commit is contained in:
@@ -13,6 +13,34 @@
|
|||||||
],
|
],
|
||||||
"configMigration": true,
|
"configMigration": true,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "pr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"automerge": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"linuxserver/docker-calibre-web"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major",
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"enabled": false,
|
||||||
|
"matchNewVersion": "^5."
|
||||||
|
}
|
||||||
|
],
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
|
|||||||
Reference in New Issue
Block a user