Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilak authored Oct 1, 2024
1 parent 69c4513 commit 6d320dd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,30 @@
"$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": true
}
]
}
]
}

0 comments on commit 6d320dd

Please sign in to comment.