Skip to content

Commit

Permalink
renovate: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Nov 8, 2022
1 parent bdd2ec8 commit afb8ea1
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,20 @@
"stabilityDays": 3,
"rebaseWhen": "conflicted",
"lockFileMaintenance": true,
"labels": [
"dependencies"
],
"labels": ["dependencies"],
"reviewers": [],
"packageRules": [
{
"packagePatterns": [
"eslint"
],
"packagePatterns": ["eslint"],
"groupName": "eslint"
},
{
"packagePatterns": [
"jest"
],
"packagePatterns": ["jest"],
"groupName": "jest"
},
{
"matchDatasources": [
"nvm",
"npm"
],
"matchPackageNames": [
"node",
"@types/node"
],
"matchDatasources": ["nvm", "npm"],
"matchPackageNames": ["node", "@types/node"],
"groupName": "Node.js",
"allowedVersions": "^16"
}
Expand Down

0 comments on commit afb8ea1

Please sign in to comment.