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:
27
renovate.json
Normal file
27
renovate.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user