From 9872463ec9835d7bcfeadb0e5d05e7ddec776e29 Mon Sep 17 00:00:00 2001 From: Vasco Ramos Date: Fri, 9 Dec 2022 19:09:02 +0000 Subject: [PATCH] chore(renovate): update renovate config (#15) --- renovate.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 55ae303..e99389b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "packageRules": [ - { - "matchManagers": ["github-actions"], - "semanticCommitType": "chore", - "semanticCommitScope": "actions" - } + "extends": [ + "github>ydataai/renovate-config" ] }