Skip to content

Commit

Permalink
chore(workflow): add typescript to ignore renovate.json list (#1915)
Browse files Browse the repository at this point in the history
<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:

As per the title.
  • Loading branch information
fuxingloh authored Dec 12, 2022
1 parent b774e3f commit 65a8c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "@types/node"],
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "@types/node", "typescript"],
"groupName": "engines",
"enabled": false
},
Expand Down
1 change: 1 addition & 0 deletions .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65a8c3d

Please sign in to comment.