Skip to content

Commit 4dbd85d

Browse files
authored
Testing post-upgrade command in renovate (#35)
test
1 parent eeeab71 commit 4dbd85d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.41-16-g232c83a
2+
_commit: v0.0.41-18-gec81ebb
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@
1919
groupName: "all python dependencies",
2020
},
2121
],
22+
23+
postUpgradeTasks: {
24+
commands: ["echo $RENOVATE_ALLOWED_COMMANDS", "pre-commit run -a"],
25+
executionMode: "update",
26+
},
2227
}

0 commit comments

Comments
 (0)