From 5fdf243458a081557cfb89f4d998349036224039 Mon Sep 17 00:00:00 2001 From: zsolt-marta-bitrise Date: Tue, 18 Jun 2024 16:47:56 +0200 Subject: [PATCH] Fix: Use web pillar renovate config (#59) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7369fcf..20af3f7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>bitrise-io/renovate-config" + "local>bitrise-io/renovate-config:web-pillar-repositories" ] }