Skip to content

Commit 9e93143

Browse files
committed
fix: linting
Signed-off-by: Adam Setch <[email protected]>
1 parent 46660dd commit 9e93143

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

renovate.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,17 @@
88
"customManagers:biomeVersions",
99
"helpers:pinGitHubActionDigests"
1010
],
11-
"labels": [
12-
"dependency"
13-
],
11+
"labels": ["dependency"],
1412
"prConcurrentLimit": 5,
1513
"rangeStrategy": "pin",
1614
"packageRules": [
1715
{
18-
"matchDepTypes": [
19-
"engines"
20-
],
16+
"matchDepTypes": ["engines"],
2117
"rangeStrategy": "auto"
2218
},
2319
{
2420
"description": "Remove word `dependency` from commit messages and PR titles",
25-
"matchDatasources": [
26-
"npm"
27-
],
21+
"matchDatasources": ["npm"],
2822
"commitMessageTopic": "{{depName}}"
2923
}
3024
],
@@ -35,12 +29,8 @@
3529
"datasourceTemplate": "github-tags",
3630
"depNameTemplate": "gitify-app/gitify",
3731
"versioningTemplate": "loose",
38-
"managerFilePatterns": [
39-
"/sonar-project.properties/"
40-
],
41-
"matchStrings": [
42-
"\\s?sonar.projectVersion=(?<currentValue>.+?)\\s"
43-
]
32+
"managerFilePatterns": ["/sonar-project.properties/"],
33+
"matchStrings": ["\\s?sonar.projectVersion=(?<currentValue>.+?)\\s"]
4434
}
4535
]
4636
}

0 commit comments

Comments
 (0)