Skip to content

Commit e426995

Browse files
[deps]: migrate config .github/renovate.json
1 parent 54ac389 commit e426995

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

.github/renovate.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,54 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>bitwarden/renovate-config"],
4-
"enabledManagers": ["github-actions", "npm", "pipenv"],
5-
"labels": ["version:patch"],
3+
"extends": [
4+
"github>bitwarden/renovate-config"
5+
],
6+
"enabledManagers": [
7+
"github-actions",
8+
"npm",
9+
"pipenv"
10+
],
11+
"labels": [
12+
"version:patch"
13+
],
614
"packageRules": [
715
{
816
"groupName": "gh minor",
9-
"matchManagers": ["github-actions"],
10-
"matchUpdateTypes": ["minor", "patch"]
17+
"matchManagers": [
18+
"github-actions"
19+
],
20+
"matchUpdateTypes": [
21+
"minor",
22+
"patch"
23+
]
1124
},
1225
{
1326
"groupName": "npm minor",
14-
"matchManagers": ["npm"],
15-
"matchUpdateTypes": ["minor", "patch"]
27+
"matchManagers": [
28+
"npm"
29+
],
30+
"matchUpdateTypes": [
31+
"minor",
32+
"patch"
33+
]
1634
},
1735
{
1836
"groupName": "pipenv minor",
19-
"matchManagers": ["pipenv"],
20-
"matchUpdateTypes": ["minor", "patch"]
37+
"matchManagers": [
38+
"pipenv"
39+
],
40+
"matchUpdateTypes": [
41+
"minor",
42+
"patch"
43+
]
2144
}
2245
],
2346
"customManagers": [
2447
{
2548
"customType": "regex",
26-
"fileMatch": ["^actionlint_version\\.yaml$"],
49+
"managerFilePatterns": [
50+
"/^actionlint_version\\.yaml$/"
51+
],
2752
"matchStrings": [
2853
"\"actionlint_version\":\\s*\"(?<currentValue>[^\"]+)\""
2954
],

0 commit comments

Comments
 (0)