We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10305e4 commit 435af14Copy full SHA for 435af14
renovate.json
@@ -1,21 +1,4 @@
1
{
2
"$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
14
- }
15
- ],
16
- "pinDigests": true,
17
- "postUpdateOptions": ["yarnDedupeHighest"],
18
- "prConcurrentLimit": 0,
19
- "prHourlyLimit": 5,
20
- "rangeStrategy": "pin"
+ "extends": ["local>oliversalzburg/renovate-config"]
21
}
0 commit comments