diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58503b9..ba24d40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,11 @@ +--- version: 2 updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: semiannually - groups: - actions-infrastructure: - patterns: - - actions/* +- package-ecosystem: github-actions + directory: / + schedule: + interval: semiannually + groups: + actions-infrastructure: + patterns: + - actions/* diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72c9e6d..0b14684 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt