diff --git a/.copier-answers.yml b/.copier-answers.yml index 8c84f340..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-16-g232c83a +_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 135219c1..b7254d9d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,4 +19,9 @@ groupName: "all python dependencies", }, ], + + postUpgradeTasks: { + commands: ["echo $RENOVATE_ALLOWED_COMMANDS", "pre-commit run -a"], + executionMode: "update", + }, }