Skip to content

Commit

Permalink
chore(config): migrate renovate config (SAP#19630)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
  • Loading branch information
renovate[bot] and giancorderoortiz authored Nov 28, 2024
1 parent 6343dd8 commit feccb6f
Showing 1 changed file with 13 additions and 38 deletions.
51 changes: 13 additions & 38 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
":preserveSemverRanges",
"docker:disable",
"github>whitesource/merge-confidence:beta",
"mergeConfidence:all-badges",
"group:springBoot",
":automergeRequireAllStatusChecks",
":automergeMinor"
],
"baseBranches": [
"develop"
],
"baseBranches": ["develop"],
"branchPrefix": "renovate/",
"username": "ospo-renovate[bot]",
"schedule": [
"at any time"
],
"labels": [
"renovate",
"autoupgrade"
],
"schedule": ["at any time"],
"labels": ["renovate", "autoupgrade"],
"prFooter": "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n Managed by the SAP Open Source Program Office. For questions/issues please raise an issue in the renovate-controller repository.",
"packageRules": [
{
"matchUpdateTypes": [
"major"
],
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchUpdateTypes": [
"major"
],
"addLabels": [
"update-major"
]
"matchUpdateTypes": ["major"],
"addLabels": ["update-major"]
},
{
"matchUpdateTypes": [
"minor"
],
"addLabels": [
"update-minor"
]
"matchUpdateTypes": ["minor"],
"addLabels": ["update-minor"]
},
{
"matchUpdateTypes": [
"patch"
],
"addLabels": [
"update-patch"
]
"matchUpdateTypes": ["patch"],
"addLabels": ["update-patch"]
}
],
"prCreation": "immediate",
Expand All @@ -62,10 +41,6 @@
"prHourlyLimit": 3,
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"priority:blocker",
"renovate",
"autoupgrade"
]
"labels": ["priority:blocker", "renovate", "autoupgrade"]
}
}

0 comments on commit feccb6f

Please sign in to comment.