From 73a2db0054f95ca0fd76eb6faf3399a157bdc449 Mon Sep 17 00:00:00 2001 From: MitaliBhalla Date: Mon, 8 Jun 2026 13:14:03 +0530 Subject: [PATCH] ROSA-745: point renovate.json at openshift/boilerplate upstream Revert the pilot fork extends (MitaliBhalla/boilerplate#draft/rosa-745-gomod-batch-monday) so this repo inherits renovate config from openshift/boilerplate master like the rest of the fleet. Dependabot docker labels/schedule from #285 are unchanged. After openshift/boilerplate#748 merges, gomod MintMaker rules apply via upstream extends. Co-authored-by: Cursor --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e858cca..fcc5e60 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>MitaliBhalla/boilerplate#draft/rosa-745-gomod-batch-monday//.github/renovate.json" + "github>openshift/boilerplate//.github/renovate.json" ] }