Skip to content

Commit

Permalink
fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed May 7, 2024
1 parent 26c8b03 commit fda5d16
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": [
"**/config.yaml"
],
"matchStrings": [
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
]
}
],
"extends": [
"config:base",
":preserveSemverRanges",
Expand All @@ -24,7 +35,6 @@
],
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"commitMessageTopic": "{{depName}} add-on Docker image",
"datasourceTemplate": "docker",
"matchDepTypes": [
"docker"
],
Expand Down Expand Up @@ -75,4 +85,4 @@
],
"prCreation": "not-pending",
"stabilityDays": 1
}
}

0 comments on commit fda5d16

Please sign in to comment.