1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-13 12:05:22 +00:00

Revert to multiple branches

This commit is contained in:
Jonathan Crowther 2024-04-12 10:14:06 -04:00
parent af304dcb8d
commit aaf014f4d8

20
.github/renovate.json vendored
View File

@ -3,7 +3,8 @@
"github>rancher/renovate-config#release" "github>rancher/renovate-config#release"
], ],
"baseBranches": [ "baseBranches": [
"use-renovate-groups", "master",
"release/v2.8",
"release/v2.7" "release/v2.7"
], ],
"prHourlyLimit": 0, "prHourlyLimit": 0,
@ -11,8 +12,21 @@
"branchConcurrentLimit": 0, "branchConcurrentLimit": 0,
"packageRules": [ "packageRules": [
{ {
"groupName": "rancher groups packages", "groupName": "rancher 2.9 packages",
"matchBaseBranches": ["use-renovate-groups"], "matchBaseBranches": ["master"],
"matchPackagePrefixes": [
"github.com/rancher/remotedialer",
"github.com/rancher/dynamiclistener",
"github.com/rancher/norman",
"github.com/rancher/steve",
"github.com/rancher/apiserver",
"github.com/rancher/webhook"
],
"allowedVersions":"<0.6.0"
},
{
"groupName": "rancher 2.8 packages",
"matchBaseBranches": ["release/v2.8"],
"matchPackagePrefixes": [ "matchPackagePrefixes": [
"github.com/rancher/remotedialer", "github.com/rancher/remotedialer",
"github.com/rancher/dynamiclistener", "github.com/rancher/dynamiclistener",