Skip to content

Commit 46660dd

Browse files
chore(config): migrate config renovate.json
1 parent b96b7eb commit 46660dd

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

renovate.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@
88
"customManagers:biomeVersions",
99
"helpers:pinGitHubActionDigests"
1010
],
11-
"labels": ["dependency"],
11+
"labels": [
12+
"dependency"
13+
],
1214
"prConcurrentLimit": 5,
1315
"rangeStrategy": "pin",
1416
"packageRules": [
1517
{
16-
"matchDepTypes": ["engines"],
18+
"matchDepTypes": [
19+
"engines"
20+
],
1721
"rangeStrategy": "auto"
1822
},
1923
{
2024
"description": "Remove word `dependency` from commit messages and PR titles",
21-
"matchDatasources": ["npm"],
25+
"matchDatasources": [
26+
"npm"
27+
],
2228
"commitMessageTopic": "{{depName}}"
2329
}
2430
],
@@ -29,8 +35,12 @@
2935
"datasourceTemplate": "github-tags",
3036
"depNameTemplate": "gitify-app/gitify",
3137
"versioningTemplate": "loose",
32-
"fileMatch": ["sonar-project.properties"],
33-
"matchStrings": ["\\s?sonar.projectVersion=(?<currentValue>.+?)\\s"]
38+
"managerFilePatterns": [
39+
"/sonar-project.properties/"
40+
],
41+
"matchStrings": [
42+
"\\s?sonar.projectVersion=(?<currentValue>.+?)\\s"
43+
]
3444
}
3545
]
3646
}

0 commit comments

Comments
 (0)