From e5cbde984804ca20c762abbcd315d4dd037e0204 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 15:49:00 +0000 Subject: [PATCH 1/2] up --- .copier-answers.yml | 2 +- .github/renovate.json5 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 8c84f340..fd2d516c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.41-16-g232c83a +_commit: v0.0.41-17-gc5cb521 _src_path: gh:LabAutomationAndScreening/copier-base-template.git description: Copier template for creating Python libraries and executables python_ci_versions: diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 135219c1..d915d87b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,4 +19,9 @@ groupName: "all python dependencies", }, ], + + postUpgradeTasks: { + commands: ["pre-commit run -a"], + executionMode: "update", + }, } From 6a2056da37a9597852f2fd09b30e92843a501691 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 15:49:24 +0000 Subject: [PATCH 2/2] echo --- .copier-answers.yml | 2 +- .github/renovate.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index fd2d516c..435324d4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.41-17-gc5cb521 +_commit: v0.0.41-18-gec81ebb _src_path: gh:LabAutomationAndScreening/copier-base-template.git description: Copier template for creating Python libraries and executables python_ci_versions: diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d915d87b..b7254d9d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,7 +21,7 @@ ], postUpgradeTasks: { - commands: ["pre-commit run -a"], + commands: ["echo $RENOVATE_ALLOWED_COMMANDS", "pre-commit run -a"], executionMode: "update", }, }