Skip to content

Commit

Permalink
chore: attempt to make renovate keep example up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 2, 2023
1 parent 3497f88 commit 61c94b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/renovate.json
@@ -1,6 +1,11 @@
{
"extends": ["config:base", ":semanticCommitsDisabled"],
"lockFileMaintenance": { "enabled": true, "automerge": true },
"rangeStrategy": "replace",
"postUpdateOptions": ["yarnDedupeHighest"]
"packageRules": [
{
"matchFiles": ["package.json", "website/package.json", "examples/typescript/all/package.json"],
"lockFileMaintenance": { "enabled": true, "automerge": true },
"rangeStrategy": "replace",
"postUpdateOptions": ["yarnDedupeHighest"]
}
]
}

0 comments on commit 61c94b1

Please sign in to comment.