Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
groupName: "all python dependencies",
},
],

Copy link

Copilot AI May 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding a comment to clarify the purpose and intended usage of the 'postUpgradeTasks' section for future maintainability.

Suggested change
// Define tasks to run after Renovate updates dependencies.
// These commands ensure that the updated dependencies are properly integrated
// and that code quality checks (e.g., pre-commit hooks) are executed.

Copilot uses AI. Check for mistakes.
postUpgradeTasks: {
commands: ["echo $RENOVATE_ALLOWED_COMMANDS", "pre-commit run -a"],
executionMode: "update",
},
}