File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.41-14-g72397ea
2+ _commit : v0.0.41-15-g47ecd9d
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 44 enabled : true ,
55 } ,
66 logLevel : "debug" ,
7+ // Only run the PEP 621 manager (disable all others)
8+ enabledManagers : [ "pep621" ] ,
9+
10+ // Optional: customize the file-matching if your pyproject.toml lives
11+ // in a subfolder or has a nonstandard name
12+ pep621 : {
13+ fileMatch : [ "(^|/)pyproject\\.toml$" ] ,
14+ } ,
15+
16+ // Example: group all Python updates into one PR
17+ packageRules : [
18+ {
19+ matchManagers : [ "pep621" ] ,
20+ groupName : "all python dependencies" ,
21+ } ,
22+ ] ,
723}
You can’t perform that action at this time.
0 commit comments