Skip to content

Commit

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

0 comments on commit 9c6aef5

Please sign in to comment.