This commit is contained in:
@@ -5,6 +5,14 @@
|
|||||||
"mergeConfidence:all-badges",
|
"mergeConfidence:all-badges",
|
||||||
":rebaseStalePrs"
|
":rebaseStalePrs"
|
||||||
],
|
],
|
||||||
|
"timezone": "US/Central",
|
||||||
|
"labels": [],
|
||||||
|
"prHourlyLimit": 0,
|
||||||
|
"prConcurrentLimit": 0,
|
||||||
|
"pinDigests": true,
|
||||||
|
"baseBranchPatterns": [
|
||||||
|
"main"
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"description": "Update appVersion in Chart.yaml",
|
"description": "Update appVersion in Chart.yaml",
|
||||||
@@ -53,14 +61,45 @@
|
|||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timezone": "US/Central",
|
|
||||||
"labels": [],
|
|
||||||
"prHourlyLimit": 0,
|
|
||||||
"prConcurrentLimit": 0,
|
|
||||||
"baseBranchPatterns": [
|
|
||||||
"main"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Disable updates to digests",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label charts and docker, merged",
|
||||||
|
"matchManagers": [
|
||||||
|
"custom.regex",
|
||||||
|
"helm-values"
|
||||||
|
],
|
||||||
|
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
||||||
|
"groupSlug": "unified-{{{groupName}}}",
|
||||||
|
"addLabels": [
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"automerge": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge charts and docker, merged",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"matchManagers": [
|
||||||
|
"custom.regex",
|
||||||
|
"helm-values"
|
||||||
|
],
|
||||||
|
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
||||||
|
"groupSlug": "unified-{{{groupName}}}",
|
||||||
|
"addLabels": [
|
||||||
|
"image",
|
||||||
|
"automerge"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"minimumReleaseAge": "1 days"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Label charts",
|
"description": "Label charts",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
@@ -101,19 +140,6 @@
|
|||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Label images, helm",
|
|
||||||
"matchManagers": [
|
|
||||||
"custom.regex",
|
|
||||||
"helm-values"
|
|
||||||
],
|
|
||||||
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
|
||||||
"groupSlug": "unified-{{{groupName}}}",
|
|
||||||
"addLabels": [
|
|
||||||
"image"
|
|
||||||
],
|
|
||||||
"automerge": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Label images, docker",
|
"description": "Label images, docker",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
@@ -124,30 +150,10 @@
|
|||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Automerge image patches, helm",
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"patch",
|
|
||||||
"digest"
|
|
||||||
],
|
|
||||||
"matchManagers": [
|
|
||||||
"custom.regex",
|
|
||||||
"helm-values"
|
|
||||||
],
|
|
||||||
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
|
||||||
"groupSlug": "unified-{{{groupName}}}",
|
|
||||||
"addLabels": [
|
|
||||||
"image",
|
|
||||||
"automerge"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"minimumReleaseAge": "1 days"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Automerge image patches, docker",
|
"description": "Automerge image patches, docker",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"patch",
|
"patch"
|
||||||
"digest"
|
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"docker"
|
"docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user