From 234ebbafbb702dfe2301b7c36d7b6e5ca9156820 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:32:15 +0900 Subject: [PATCH] =?UTF-8?q?renovate:=20default.json=E3=82=92renovate-confi?= =?UTF-8?q?g-validator=E3=81=AB=E3=81=8B=E3=81=91=E3=82=8B=20(#1376)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/super-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 247f337b4..3bdf7ba42 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -52,6 +52,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: . + RENOVATE_SHAREABLE_CONFIG_PRESET_FILE_NAMES: default.json concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} cancel-in-progress: true