Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,49 @@
':combinePatchMinorReleases',
':separateMajorReleases',
'config:recommended',
'config:best-practices'
'config:best-practices',
],
baseBranches: [
baseBranchPatterns: [
'main',
],
useBaseBranchConfig: "merge",
useBaseBranchConfig: 'merge',
packageRules: [
{
description: 'Group Gradle minor and patch updates',
matchUpdateTypes: [
'minor',
'patch'
'patch',
],
matchManagers: [
'gradle'
'gradle',
],
groupName: 'gradle minor'
groupName: 'gradle minor',
},
{
description: 'Group GitHub Action minor and patch updates',
matchUpdateTypes: [
'minor',
'patch'
'patch',
],
matchManagers: [
'github-actions'
'github-actions',
],
groupName: 'github actions'
groupName: 'github actions',
},
{
description: 'Group CircleCI minor and patch updates',
matchUpdateTypes: [
'minor',
'patch'
'patch',
],
matchManagers: [
'circleci'
'circleci',
],
groupName: 'circleci minor'
}
groupName: 'circleci minor',
},
],
rebaseWhen: "auto",
rebaseWhen: 'auto',
rollbackPrs: true,
dependencyDashboard: true,
dependencyDashboardAutoclose: true
dependencyDashboardAutoclose: true,
}