Skip to content

Commit 859d238

Browse files
[deps]: migrate config .github/renovate.json
1 parent be191b2 commit 859d238

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

.github/renovate.json

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,58 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>bitwarden/renovate-config"],
4-
"enabledManagers": ["github-actions", "npm", "pipenv", "regex"],
5-
"labels": ["version:patch"],
3+
"extends": [
4+
"github>bitwarden/renovate-config"
5+
],
6+
"enabledManagers": [
7+
"github-actions",
8+
"npm",
9+
"pipenv",
10+
"custom.regex"
11+
],
12+
"labels": [
13+
"version:patch"
14+
],
615
"packageRules": [
716
{
817
"groupName": "gh minor",
9-
"matchManagers": ["github-actions"],
10-
"matchUpdateTypes": ["minor", "patch"]
18+
"matchManagers": [
19+
"github-actions"
20+
],
21+
"matchUpdateTypes": [
22+
"minor",
23+
"patch"
24+
]
1125
},
1226
{
1327
"groupName": "npm minor",
14-
"matchManagers": ["npm"],
15-
"matchUpdateTypes": ["minor", "patch"]
28+
"matchManagers": [
29+
"npm"
30+
],
31+
"matchUpdateTypes": [
32+
"minor",
33+
"patch"
34+
]
1635
},
1736
{
1837
"groupName": "pipenv minor",
19-
"matchManagers": ["pipenv"],
20-
"matchUpdateTypes": ["minor", "patch"]
38+
"matchManagers": [
39+
"pipenv"
40+
],
41+
"matchUpdateTypes": [
42+
"minor",
43+
"patch"
44+
]
2145
}
2246
],
2347
"customManagers": [
2448
{
2549
"customType": "regex",
26-
"fileMatch": [".*/actionlint_version.yaml"],
27-
"matchStrings": ["actionlint_version:\\s*\"(?<currentValue>[^\"]+)\""],
50+
"managerFilePatterns": [
51+
"/.*/actionlint_version.yaml/"
52+
],
53+
"matchStrings": [
54+
"actionlint_version:\\s*\"(?<currentValue>[^\"]+)\""
55+
],
2856
"depNameTemplate": "rhysd/actionlint",
2957
"datasourceTemplate": "github-releases",
3058
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)