Some checks failed
Build and push adguard-exporter image / build-and-push-image (push) Failing after 11m20s
30 lines
787 B
JSON
30 lines
787 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": [
|
|
"renovate::dependencies",
|
|
"{{#if category}}renovate::{{category}}{{/if}}",
|
|
"{{#if updateType}}renovate::{{updateType}}{{/if}}",
|
|
"{{#if datasource}}renovate::{{datasource}}{{/if}}",
|
|
"{{#if manager}}renovate::{{manager}}{{/if}}",
|
|
"{{#if vulnerabilitySeverity}}renovate::{{vulnerabilitySeverity}}{{/if}}",
|
|
"renovate::{{#if isVulnerabilityAlert}}vulnerability{{else}}not-vulnerability{{/if}}"
|
|
],
|
|
"pinDigests": false,
|
|
"enabled": true,
|
|
"separateMajorMinor": true,
|
|
"automerge": true,
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"gomod"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
}
|
|
]
|
|
}
|