From bc0c5916e2f3b1d12932885308ee866c308ae2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 26 Nov 2024 15:44:28 +0000 Subject: [PATCH] Fix linter --- .github/renovate.json | 9 ++------- .github/workflows/lint.yml | 5 +++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2f92b8d..236ac8d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,10 +7,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)Dockerfile$", - "(^|/)Dockerfile\\.[^/]*$" - ], + "fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"], "matchStrings": [ "FROM (?.*?):(?\\d+(?:\\.\\d+)*)-" ], @@ -18,9 +15,7 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)php-version$" - ], + "fileMatch": ["(^|/|\\.)php-version$"], "matchStrings": [ "(?.*?):(?.*?)@(?sha256:\\w+)" ], diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8caa01..83b4fca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,11 @@ on: branches: - main +permissions: + contents: read + packages: read + statuses: write + jobs: super-linter: name: Code Base