mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:28:20 +00:00
chore(config): migrate renovate config in {{packageFile}} (#5679)
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
18
.github/renovate.json5
vendored
18
.github/renovate.json5
vendored
@@ -8,7 +8,7 @@
|
||||
commitMessageSuffix: ' in {{packageFile}}',
|
||||
dependencyDashboardAutoclose: true,
|
||||
automerge: true,
|
||||
baseBranches: [
|
||||
baseBranchPatterns: [
|
||||
'main',
|
||||
'/^release-.*/',
|
||||
],
|
||||
@@ -33,14 +33,20 @@
|
||||
packageRules: [
|
||||
// enable release branches for security updates
|
||||
{
|
||||
matchBaseBranches: ['/^release-.*/'],
|
||||
matchUpdateTypes: ['security'],
|
||||
enabled: true
|
||||
matchBaseBranches: [
|
||||
'/^release-.*/',
|
||||
],
|
||||
matchUpdateTypes: [
|
||||
'security',
|
||||
],
|
||||
enabled: true,
|
||||
},
|
||||
// disable release branches for anything else
|
||||
{
|
||||
matchBaseBranches: ['/^release-.*/'],
|
||||
enabled: false
|
||||
matchBaseBranches: [
|
||||
'/^release-.*/',
|
||||
],
|
||||
enabled: false,
|
||||
},
|
||||
{
|
||||
matchBaseBranches: [
|
||||
|
||||
Reference in New Issue
Block a user