Disable patch updates
Build website container / Build image (push) Successful in 11s Details

This commit is contained in:
Mathis 2023-12-06 12:47:47 +00:00
parent 94144503f0
commit 0d3f07a4a5
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"separateMinorPatch": true,
"patch": {
"enabled": false
}
}