Skip to content

Commit

Permalink
chore(workflow): update renovate.json (#180)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

As per title.
  • Loading branch information
fuxingloh committed Jun 19, 2023
1 parent e00ff80 commit c80ce28
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackagePatterns": ["node", "@types/node", "npm", "pnpm", "yarn"],
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
"groupName": "engines",
"enabled": false
},
{
"matchPackagePatterns": ["eslint"],
"groupName": "eslint"
},
{
"matchPackagePatterns": ["jest", "wait-for-expect"],
"groupName": "jest"
},
{
"matchPackagePatterns": ["^@contentedjs/contented"],
"groupName": "@contentedjs/contented"
"matchPackagePatterns": ["^@contentedjs/"],
"groupName": "@levaintech/contented"
}
]
}

0 comments on commit c80ce28

Please sign in to comment.