1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00

Add initial Renovate configuration file

Add Renovate configuration
This commit is contained in:
samjustus
2025-12-03 05:01:56 -05:00
committed by GitHub
parent 04dd227c0e
commit a9f06cf9de

27
renovate.json Normal file
View File

@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>rancher/renovate-config//rancher-main#release"
],
"prHourlyLimit": 2,
"prConcurrentLimit": 4,
"prCreation": "status-success",
"labels": ["dependencies"],
"packageRules": [
{
"description": "Group Go version updates",
"matchDatasources": ["golang-version"],
"labels": ["dependencies", "go-version"],
"prPriority": 10
},
{
"description": "Rancher API client updates",
"matchPackagePatterns": [
"github.com/rancher/norman",
"github.com/rancher/wrangler"
],
"labels": ["dependencies", "rancher-api"],
"prPriority": 5
}
]
}