Skip to content

Commit 7a77278

Browse files
Copilotjvanderaa
andcommitted
Add towncrier change fragment and configure Renovate for automatic fragments
Co-authored-by: jvanderaa <22228848+jvanderaa@users.noreply.github.com>
1 parent d5c28b4 commit 7a77278

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

changes/352.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pypa/gh-action-pypi-publish action to v1.13.0

renovate.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"prBodyColumns": [
7+
"Package",
8+
"Type",
9+
"Update",
10+
"Change",
11+
"Changelog"
12+
],
13+
"prBodyDefinitions": {
14+
"Changelog": "{{#if logJSON}}[Link]({{logJSON.0.url}}){{/if}}"
15+
},
16+
"postUpgradeTasks": {
17+
"commands": [
18+
"echo 'Update {{{depName}}} to {{{newVersion}}}' > changes/{{{prNumber}}}.housekeeping"
19+
],
20+
"fileFilters": [
21+
"changes/**"
22+
]
23+
}
324
}

0 commit comments

Comments
 (0)