From 478b6d2556053be55f79a2cb114da8bbf0058604 Mon Sep 17 00:00:00 2001 From: web-flow Date: Tue, 19 Sep 2023 20:02:57 +0000 Subject: [PATCH] Update global workflows --- .github/renovate.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3c4169461..0a610e812 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,13 +1,10 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended", - ":disableDependencyDashboard" - ], - "flux": { - "fileMatch": ["k8s/.+\\.yaml$"] - }, - "github-actions": { - "enabled": false - } + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":disableDependencyDashboard"], + "flux": { + "fileMatch": ["k8s/.+\\.yaml$"] + }, + "github-actions": { + "enabled": false + } }