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