ignore patches
All checks were successful
renovate / renovate (push) Successful in 16s

This commit is contained in:
2025-10-03 23:47:01 -05:00
parent 7901a085f5
commit 2d661bafa0

View File

@@ -6,19 +6,15 @@
":rebaseStalePrs"
],
"timezone": "US/Central",
"schedule": [ "* */1 * * *" ],
"schedule": ["* */1 * * *"],
"labels": [],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": [
{
"description": "Label charts",
"matchDatasources": [
"helm"
],
"addLabels": [
"chart"
],
"matchDatasources": ["helm"],
"addLabels": ["chart"],
"automerge": false,
"bumpVersions": [
{
@@ -30,12 +26,8 @@
},
{
"description": "Label images",
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"matchDatasources": ["docker"],
"addLabels": ["image"],
"automerge": false,
"bumpVersions": [
{
@@ -47,15 +39,10 @@
},
{
"description": "CNPG image",
"matchDepNames": [
"ghcr.io/cloudnative-pg/postgresql"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchDatasources": ["docker"],
"addLabels": ["image"],
"matchUpdateTypes": ["major", "minor"],
"automerge": false,
"versioning": "deb",
"bumpVersions": [