This commit is contained in:
@@ -13,12 +13,8 @@
|
|||||||
"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