From 816bcc2ad6216eee7fe9e31255d4a0efc2347876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 1 Dec 2025 15:52:08 +0100 Subject: [PATCH] chore: make super-linter green (#2051) --- .github/dependabot.yaml | 6 ++++++ .github/workflows/lint.yaml | 2 ++ .markdown-lint.yaml | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c597c81a..28faaabf 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -11,6 +11,8 @@ updates: go-modules: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: gomod directory: /caddy schedule: @@ -21,6 +23,8 @@ updates: go-modules: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: / schedule: @@ -31,3 +35,5 @@ updates: github-actions: patterns: - "*" + cooldown: + default-days: 7 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 40e7a6f9..f465e3a1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -47,3 +47,5 @@ jobs: VALIDATE_BIOME_LINT: false # Conflicts with MARKDOWN VALIDATE_MARKDOWN_PRETTIER: false + # To re-enable when https://github.com/super-linter/super-linter/issues/7244 will be closed + VALIDATE_EDITORCONFIG: false diff --git a/.markdown-lint.yaml b/.markdown-lint.yaml index 0fe7cd83..b37e3776 100644 --- a/.markdown-lint.yaml +++ b/.markdown-lint.yaml @@ -1,4 +1,5 @@ --- -no-hard-tabs: false +MD010: false MD013: false MD033: false +MD060: false