Skip to content

Commit

Permalink
ci: Use shared configuration preset for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 4, 2023
1 parent 10305e4 commit 435af14
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchConcurrentLimit": 0,
"extends": ["config:best-practices"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["^@types/"],
"automerge": true
}
],
"pinDigests": true,
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 0,
"prHourlyLimit": 5,
"rangeStrategy": "pin"
"extends": ["local>oliversalzburg/renovate-config"]
}

0 comments on commit 435af14

Please sign in to comment.