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