Skip to content

Commit

Permalink
Merge pull request #59 from opentable/acolchado-patch-1
Browse files Browse the repository at this point in the history
Update renovate.json to group updates
  • Loading branch information
acolchado authored Mar 22, 2024
2 parents 5262129 + 8334b2b commit 15d923f
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 5,
"extends": [
"config:js-app",
"group:monorepos",
"group:recommended",
"packages:eslint",
"packages:unitTest",
"packages:tslint"
],
"packageRules": [
{
"packagePatterns": ["spur-"],
"groupName": "Spur packages",
"description": "All packages related to spur node framework"
},
{
"packagePatterns": ["prettier", "-prettier"],
"groupName": "Prettier packages",
"description": "All packages related to the prettier plugin"
},
{
"packagePatterns": ["eslint", "eslint-"],
"groupName": "ESLint packages",
"description": "All packages related to the eslint plugin"
},
{
"packagePatterns": ["jest", "@types/jest", "nock", "jest-"],
"groupName": "Testing packages",
"description": "All packages related to the test suite"
}
]
}

0 comments on commit 15d923f

Please sign in to comment.