diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d5e740..441d5c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,7 @@ version: 2 updates: - - package-ecosystem: - - "github-actions" - - "pre-commit" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" @@ -17,3 +15,12 @@ updates: - '*' cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "daily" + labels: + - "Bot" + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75b741c..92dcff3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,3 +71,12 @@ repos: rev: "v2.20.0" hooks: - id: pyproject-fmt + +ci: + autofix_commit_msg: | + [pre-commit.ci] auto fixes from pre-commit.com hooks + + for more information, see https://pre-commit.ci + autofix_prs: false + skip: [] + submodules: false