Skip to content

Commit

Permalink
Merge pull request #12 from wasilak/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
wasilak authored Oct 1, 2024
2 parents 9485c0f + d13b04d commit 2a3fc32
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$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 2a3fc32

Please sign in to comment.