1
0
mirror of https://github.com/rancher/norman.git synced 2025-10-21 17:11:05 +00:00

Merge pull request #516 from maxsokolovsky/update-renovate-base-branch

Change the base branch from "master" to "main" in renovate config
This commit is contained in:
Max Sokolovsky
2024-08-22 14:28:19 -04:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
"github>rancher/renovate-config#release" "github>rancher/renovate-config#release"
], ],
"baseBranches": [ "baseBranches": [
"master" "main"
], ],
"prHourlyLimit": 2 "prHourlyLimit": 2
} }