Skip to content

Commit b327872

Browse files
committed
pop
1 parent 24f0167 commit b327872

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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-14-g72397ea
2+
_commit: v0.0.41-15-g47ecd9d
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,20 @@
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
}

0 commit comments

Comments
 (0)