From 5e00a73ca0ce2960def404ba3dd12a9658ca0d87 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 29 Jul 2026 23:22:58 +0100 Subject: [PATCH 1/5] Add comment labelling action version --- .github/workflows/build_and_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index c462dfe..e34ae96 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Bump version and push tag id: tag - uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: false From f576e58ce86ac4e40ca579298b9de8d31a17889e Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 29 Jul 2026 23:23:39 +0100 Subject: [PATCH 2/5] Remove `open-pull-requests-limit` for `pip` --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0481cf8..4345479 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 20 commit-message: prefix: "chore: " From ed548a33f48906899131a1ed048d21c003f5e275 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 29 Jul 2026 23:24:38 +0100 Subject: [PATCH 3/5] Set Dependabot schedule as other REX repositories --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4345479..d6d873b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,18 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/London" commit-message: prefix: "chore: " - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/London" commit-message: prefix: "chore: " From fc18c24e43417f722ccaa512e424ed6eceb92fc7 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 29 Jul 2026 23:25:00 +0100 Subject: [PATCH 4/5] Set 7 day cooldown for Dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6d873b..dc186a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: timezone: "Europe/London" commit-message: prefix: "chore: " + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" @@ -20,3 +22,5 @@ updates: timezone: "Europe/London" commit-message: prefix: "chore: " + cooldown: + default-days: 7 From 37ed073f0c88ceede0c866e4ae41fcdb0e19c23e Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 29 Jul 2026 23:26:47 +0100 Subject: [PATCH 5/5] Add pre-commit check to Dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc186a3..a88621c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,13 @@ updates: prefix: "chore: " cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/London" + cooldown: + default-days: 7