We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f7e5d7 + 7a77278 commit c04c7b0Copy full SHA for c04c7b0
changes/352.housekeeping
@@ -0,0 +1 @@
1
+Update pypa/gh-action-pypi-publish action to v1.13.0
renovate.json
@@ -1,3 +1,24 @@
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+ "$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
+ }
24
}
0 commit comments