change config
This commit is contained in:
@@ -182,75 +182,9 @@ renovate:
|
|||||||
data:
|
data:
|
||||||
config.json: |
|
config.json: |
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"repositories": [
|
||||||
"extends": [
|
"alexlebens/grafana-dashboards"
|
||||||
"config:recommended",
|
|
||||||
"mergeConfidence:all-badges",
|
|
||||||
":rebaseStalePrs"
|
|
||||||
],
|
],
|
||||||
"repositories": ["alexlebens/grafana-dashboards"],
|
|
||||||
"timezone": "US/Central",
|
|
||||||
"labels": [],
|
|
||||||
"prHourlyLimit": 0,
|
|
||||||
"prConcurrentLimit": 0,
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"description": "Label charts",
|
|
||||||
"matchDatasources": [
|
|
||||||
"helm"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"chart"
|
|
||||||
],
|
|
||||||
"automerge": false,
|
|
||||||
"minimumReleaseAge": "1 days"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Automerge chart patches",
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"matchDatasources": [
|
|
||||||
"helm"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"chart"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"automergeType": "branch",
|
|
||||||
"internalChecksAsSuccess": true,
|
|
||||||
"internalChecksFilter": "flexible",
|
|
||||||
"minimumReleaseAge": "1 days"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Label images",
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"image"
|
|
||||||
],
|
|
||||||
"automerge": false,
|
|
||||||
"minimumReleaseAge": "1 days"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Automerge image patches",
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"image"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"automergeType": "branch",
|
|
||||||
"internalChecksAsSuccess": true,
|
|
||||||
"internalChecksFilter": "flexible",
|
|
||||||
"minimumReleaseAge": "1 days"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
Reference in New Issue
Block a user