mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 03:46:31 +00:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>rancher/renovate-config#release"
|
|
],
|
|
"baseBranchPatterns": [
|
|
"main",
|
|
"release/v1.0",
|
|
"release/v1.1"
|
|
],
|
|
"prHourlyLimit": 2
|
|
}
|