diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7501b6..bdfb898 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,6 @@ updates: directory: "/" schedule: interval: "weekly" - target-branch: "main" cooldown: default-days: 4 groups: @@ -20,3 +19,15 @@ updates: patterns: - MiraGeoscience/CI-tools/.github/actions/* - MiraGeoscience/CI-tools/.github/workflows/* + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 4 + #ignore: + # - dependency-name: "https://github.com/pre-commit/#mirrors-mypy" + groups: + pre-commit-hooks: + patterns: + - "*" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0f56f1..6e3a6e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,8 @@ default_stages: [pre-commit,pre-push] fail_fast: false ci: - autoupdate_branch: develop - autoupdate_schedule: monthly + autoupdate_branch: main + autoupdate_schedule: quarterly repos: - repo: https://github.com/codespell-project/codespell