json --> json5 and silent merges thx

This commit is contained in:
Joseph Hanson 2024-08-20 19:45:23 -05:00
parent 54e9822d28
commit 0f8f505cef
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -10,16 +10,17 @@
"semanticCommitType": "fix"
},
{
"automerge": true,
"automergeType": "branch", // Directly merge to the branch without PR
"description": "Automerge renovate updates",
"ignoreTests": true
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"ignoreTests": true
},
{
"description": "Update renovate only daily",
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
"extends": ["schedule:daily"]
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
}
]
}