Skip to content

Commit

Permalink
internal: Don't update dts version of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Dec 9, 2023
1 parent b256171 commit d3ef12b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"timezone": "America/Chicago",
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchCurrentVersion": "4.9.0-dev.20220903",
"matchPackageNames": ["typescript"],
"enabled": false
},
{
"matchPackageNames": ["@babel/runtime", "core-js", "core-js-compat"],
"matchDepTypes": ["dependencies"],
Expand All @@ -41,7 +46,8 @@
{
"matchSourceUrlPrefixes": [
"https://github.com/webpack",
"https://github.com/callstack/linaria"
"https://github.com/callstack/linaria",
"https://github.com/Anber/wyw-in-js"
],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupSlug": "build",
Expand Down

0 comments on commit d3ef12b

Please sign in to comment.