diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 887dca8..bdfb898 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,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 fc27712..7318a2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ fail_fast: false ci: skip: [pylint] - autoupdate_branch: develop - autoupdate_schedule: monthly + autoupdate_branch: main + autoupdate_schedule: quarterly repos: - repo: https://github.com/python-poetry/poetry