Skip to content

Commit 435af14

Browse files
ci: Use shared configuration preset for renovate
1 parent 10305e4 commit 435af14

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

renovate.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"branchConcurrentLimit": 0,
4-
"extends": ["config:best-practices"],
5-
"lockFileMaintenance": {
6-
"enabled": true,
7-
"automerge": true
8-
},
9-
"packageRules": [
10-
{
11-
"matchDepTypes": ["devDependencies"],
12-
"matchPackagePatterns": ["^@types/"],
13-
"automerge": true
14-
}
15-
],
16-
"pinDigests": true,
17-
"postUpdateOptions": ["yarnDedupeHighest"],
18-
"prConcurrentLimit": 0,
19-
"prHourlyLimit": 5,
20-
"rangeStrategy": "pin"
3+
"extends": ["local>oliversalzburg/renovate-config"]
214
}

0 commit comments

Comments
 (0)