Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit fda5d16

Browse files
committed
fix renovate config
1 parent 26c8b03 commit fda5d16

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

renovate.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"customManagers": [
4+
{
5+
"datasourceTemplate": "docker",
6+
"fileMatch": [
7+
"**/config.yaml"
8+
],
9+
"matchStrings": [
10+
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
11+
]
12+
}
13+
],
314
"extends": [
415
"config:base",
516
":preserveSemverRanges",
@@ -24,7 +35,6 @@
2435
],
2536
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
2637
"commitMessageTopic": "{{depName}} add-on Docker image",
27-
"datasourceTemplate": "docker",
2838
"matchDepTypes": [
2939
"docker"
3040
],
@@ -75,4 +85,4 @@
7585
],
7686
"prCreation": "not-pending",
7787
"stabilityDays": 1
78-
}
88+
}

0 commit comments

Comments
 (0)