From 57c30569ffca406f10ac5d5bc57488ce1ee50a41 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 27 Mar 2026 13:07:30 -0300 Subject: [PATCH 1/2] fix dependabot --- .github/dependabot.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 From e157cf5dc5c0fcf1e12c6b43fc6d50c70c951e97 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 27 Mar 2026 13:08:24 -0300 Subject: [PATCH 2/2] add config --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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