From e2b9c3f56b78e10b595dee095295ca387942c223 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 14:52:57 -0400 Subject: [PATCH] Add cortex yaml (#94) --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d2a78fb..788ae79 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>gsoft-inc/renovate-config" + "github>gsoft-inc/renovate-config", + "github>gsoft-inc/renovate-config:all-automerge.json" ], "packageRules": [ { @@ -24,4 +25,4 @@ "enabled": false } ] -} +} \ No newline at end of file