From 29db5d7a54ea08575337691900794b4b3836a12c Mon Sep 17 00:00:00 2001 From: Alexandre Philibeaux Date: Mon, 14 Feb 2022 09:24:18 +0100 Subject: [PATCH 1/2] chore(renovate): enable dockerfile and github actions --- .github/renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index edeb2fe9d..aa89c257d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,6 @@ { - "enabledManagers": ["npm"], - "extends": [ - "config:base", - ":combinePatchMinorReleases" - ], + "enabledManagers": ["dockerfile", "github-actions", "npm"], + "extends": ["config:base", ":combinePatchMinorReleases"], "assignees": ["team:console"], "assigneesSampleSize": 1, "reviewers": ["team:console"], From 47dd219ce4798daa442ac17c7c372fca54f3cb6e Mon Sep 17 00:00:00 2001 From: Alexandre Philibeaux Date: Thu, 17 Feb 2022 10:03:08 +0000 Subject: [PATCH 2/2] fix(renovat): remove docker --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index aa89c257d..f6e846889 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { - "enabledManagers": ["dockerfile", "github-actions", "npm"], + "enabledManagers": [ "github-actions", "npm"], "extends": ["config:base", ":combinePatchMinorReleases"], "assignees": ["team:console"], "assigneesSampleSize": 1,