Skip to content

Commit 7de260f

Browse files
authored
chore(renovate): update renovate config (#466)
Signed-off-by: Paul Schultz <[email protected]>
1 parent 0d3f754 commit 7de260f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/renovate.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
"extends": [
33
"config:js-lib",
44
":gitSignOff",
5+
":rebaseStalePrs",
56
"group:allNonMajor",
67
"group:linters",
7-
"group:semantic-releaseMonorepo"
8+
"group:test"
89
],
10+
"labels": ["kind/dependency upgrade"],
911
"npm": {
10-
"stabilityDays": 1
12+
"minimumReleaseAge": "1 day"
1113
},
1214
"packageRules": [
1315
{
1416
"matchManagers": ["github-actions"],
1517
"groupName": "GitHub Actions"
18+
},
19+
{
20+
"matchPackagePatterns": ["^@backstage/"],
21+
"groupName": ["Core Backstage packages"]
1622
}
1723
]
1824
}

0 commit comments

Comments
 (0)