diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e346f3d..bdfb898 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,27 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "develop" schedule: interval: "weekly" cooldown: default-days: 4 + groups: + github-actions: + patterns: + - actions/* + mirageo-ci-tools: + 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 7ba1380..c67dbff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ fail_fast: false ci: skip: [pylint] autoupdate_branch: develop - autoupdate_schedule: monthly + autoupdate_schedule: quarterly repos: - repo: https://github.com/python-poetry/poetry