diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df81a68..d6b2df0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ # repos: - repo: https://github.com/executablebooks/mdformat - rev: 0.7.7 + rev: 0.7.22 hooks: - id: mdformat exclude: ^common-testing/3RD-PARTY-LICENSES/ @@ -16,7 +16,7 @@ repos: additional_dependencies: - mdformat-gfm - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.27.1 + rev: v0.44.0 hooks: - id: markdownlint exclude: ^common-testing/3RD-PARTY-LICENSES/ diff --git a/CODEOWNERS b/CODEOWNERS index 8c9eaba..19f2928 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @carbynestack/amphora-maintainers @carbynestack/castor-maintainers +* @carbynestack/common-maintainers