From 79a60690de8e7f01cd46d2ad01e52cd4c84ea566 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Tue, 4 Aug 2026 11:55:15 -0400 Subject: [PATCH 1/2] DEVOPS-1112: update dependabot configuration --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1874a35..bdfb898 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "develop" schedule: interval: "weekly" cooldown: @@ -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: + - "*" From a7c8fc5ac7ec71e50df995a6e4738a0f7c64a7d6 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Tue, 4 Aug 2026 14:58:32 -0400 Subject: [PATCH 2/2] ci: track default branch for pre-commit.ci autoupdate, switch to quarterly --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b8b673..9c0afc0 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