Skip to content

Commit 19ab02c

Browse files
committed
update renovate
1 parent c06da10 commit 19ab02c

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

renovate.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,44 @@
77
{
88
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
99
"automerge": true
10-
}
11-
],
12-
"bumpVersions": [
10+
},
1311
{
14-
"name": "Updating container version",
15-
"filePatterns": ["bin/.container-tag"],
16-
"bumpType": "minor",
17-
"matchStrings": ["(?<version>\\d+\\.\\d+)"]
12+
"matchFileNames": [
13+
"package.json",
14+
"package-lock.json",
15+
"requirements.txt"
16+
],
17+
"bumpVersions": [
18+
{
19+
"name": "Updating container version",
20+
"filePatterns": ["bin/.container-tag"],
21+
"bumpType": "minor",
22+
"matchStrings": ["(?<version>\\d+\\.\\d+)"]
23+
}
24+
]
25+
},
26+
{
27+
"matchFileNames": [".devcontainer/Dockerfile"],
28+
"bumpVersions": [
29+
{
30+
"name": "Updating container version",
31+
"filePatterns": ["bin/.container-tag"],
32+
"bumpType": "major",
33+
"matchStrings": ["(?<version>\\d+\\.\\d+)"]
34+
}
35+
]
1836
}
1937
],
2038
"logLevelRemap": [
2139
{
2240
"matchMessage": "/bumpVersions/",
2341
"newLogLevel": "debug"
2442
}
25-
]
43+
],
44+
"git-submodules": {
45+
"enabled": true
46+
},
47+
"pre-commit": {
48+
"enabled": true
49+
}
2650
}

0 commit comments

Comments
 (0)