Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
redhat-renovate-bot committed Jan 20, 2025
1 parent a2c347b commit 7115799
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"extends": [
":gitSignOff",
":dependencyDashboard"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": [
"main",
"stable",
"release-v0.6",
"release-v0.5",
"release-v0.4",
"release-v0.3",
"release-v0.1"
],
"prConcurrentLimit": 3,
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"labels": [
"release-note-none"
],
"constraints": {
"go": "1.23",
"matchBaseBranches": [
"main"
]
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"enabled": false,
"matchBaseBranches": [
"main"
],
"matchPackageNames": [
"*"
]
},
{
"enabled": false,
"matchBaseBranches": [
"release-v0.6",
"release-v0.5",
"release-v0.4",
"release-v0.3",
"release-v0.1",
"stable"
],
"matchPackageNames": [
"*"
]
},
{
"matchPackageNames": [
"golang",
"go"
],
"allowedVersions": "<=1.22",
"matchBaseBranches": [
"stable"
]
},
{
"matchPackageNames": [
"golang",
"go"
],
"allowedVersions": "<=1.22",
"matchBaseBranches": [
"release-v0.6"
]
},
{
"matchPackageNames": [
"golang",
"go"
],
"allowedVersions": "<=1.21",
"matchBaseBranches": [
"release-v0.5"
]
},
{
"matchPackageNames": [
"golang",
"go"
],
"allowedVersions": "<=1.20",
"matchBaseBranches": [
"release-v0.4",
"release-v0.3"
]
},
{
"matchPackageNames": [
"golang",
"go"
],
"allowedVersions": "<=1.19",
"matchBaseBranches": [
"release-v0.1"
]
}
],
"vulnerabilityAlerts": {
"enabled": true
},
"osvVulnerabilityAlerts": true,
"assigneesFromCodeOwners": true,
"separateMajorMinor": false
}

0 comments on commit 7115799

Please sign in to comment.