Skip to content

Commit

Permalink
chore(renovate): update renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <[email protected]>
  • Loading branch information
schultzp2020 committed Jun 15, 2023
1 parent 0fbe7fa commit 80f9534
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
"extends": [
"config:js-lib",
":gitSignOff",
":rebaseStalePrs",
"group:allNonMajor",
"group:linters",
"group:semantic-releaseMonorepo"
"group:test"
],
"labels": ["kind/dependency upgrade"],
"npm": {
"stabilityDays": 1
"minimumReleaseAge": "1 day"
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
},
{
"matchPackagePatterns": ["^@backstage/"],
"groupName": ["Core Backstage packages"]
}
]
}

0 comments on commit 80f9534

Please sign in to comment.