Skip to content

Commit

Permalink
chore(renovate.json): add grouping of pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed May 29, 2023
1 parent 4be1ce1 commit 75403c2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"extends": ["config:base"],
"extends": [
"config:base"
],
"semanticCommits": true,
"stabilityDays": 3,
"prCreation": "not-pending",
"labels": ["type: dependencies"],
"labels": [
"type: dependencies"
],
"group": true,
"packageRules": [
{
"packageNames": ["node"],
"packageNames": [
"node"
],
"enabled": false
}
]
Expand Down

0 comments on commit 75403c2

Please sign in to comment.