From 01868ab5f56e32af756671c693912d3ca486851b Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Fri, 31 Jul 2026 10:18:29 -0400 Subject: [PATCH 1/3] Adding logic for dependabot.yml to do the auto-update --- .github/dependabot.yml | 12 ++++++++++++ .pre-commit-config.yaml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7501b65..d997deda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,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: + - "*" \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0f56f1b..6e3a6e62 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 From 4ebcd89aa903afcbfb388430d66f6118c4ed5799 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:31:19 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d997deda..564d5ff7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,7 @@ updates: - MiraGeoscience/CI-tools/.github/actions/* - MiraGeoscience/CI-tools/.github/workflows/* - package-ecosystem: "pre-commit" - directory: "/" + directory: "/" schedule: interval: "weekly" cooldown: @@ -31,4 +31,4 @@ updates: groups: pre-commit-hooks: patterns: - - "*" \ No newline at end of file + - "*" From e8f54e9b7405aa8d1520f1f4c3a32dede28ef486 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Tue, 4 Aug 2026 11:55:57 -0400 Subject: [PATCH 3/3] DEVOPS-1112: update dependabot configuration --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 564d5ff7..bdfb8983 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: