Skip to content

Commit a9a3988

Browse files
authored
Merge pull request #120 from containeroo/renovate/migrate-config
chore(config): migrate renovate config
2 parents 159ea76 + ec2d8b9 commit a9a3988

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/renovate.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
"semanticCommits": "enabled",
44
"dependencyDashboard": true,
55
"separateMajorMinor": false,
6-
"labels": ["dependency"],
6+
"labels": [
7+
"dependency"
8+
],
79
"minimumReleaseAge": "1 day",
810
"prCreation": "not-pending",
9-
"regexManagers": [
11+
"customManagers": [
1012
{
11-
"fileMatch": ["(^|/)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
13+
"customType": "regex",
14+
"fileMatch": [
15+
"(^|/)Dockerfile$",
16+
"(^|/)Dockerfile\\.[^/]*$"
17+
],
1218
"matchStrings": [
1319
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION(\\s+|=)(?<currentValue>.*)\\s"
1420
],
@@ -17,8 +23,16 @@
1723
],
1824
"packageRules": [
1925
{
20-
"matchDatasources": ["docker", "github-releases", "github-tags"],
21-
"matchUpdateTypes": ["patch", "minor", "major"],
26+
"matchDatasources": [
27+
"docker",
28+
"github-releases",
29+
"github-tags"
30+
],
31+
"matchUpdateTypes": [
32+
"patch",
33+
"minor",
34+
"major"
35+
],
2236
"enabled": true
2337
}
2438
],

0 commit comments

Comments
 (0)