Skip to content

Commit 16d3be3

Browse files
committed
Add a description to each Renovate custom manager
1 parent ab07ea2 commit 16d3be3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
],
3636
"customManagers": [
3737
{
38+
"description": "Update AXON_FRAMEWORK_VERSION environment variable in GitHub Actions",
3839
"customType": "regex",
3940
"fileMatch": [
4041
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
@@ -48,6 +49,7 @@
4849
"extractVersionTemplate": "^axon-?(?<version>.*?)$"
4950
},
5051
{
52+
"description": "Update REACT_ROUTER_VERSION environment variable in GitHub Actions",
5153
"customType": "regex",
5254
"fileMatch": [
5355
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
@@ -61,6 +63,7 @@
6163
"extractVersionTemplate": "^react-router@?(?<version>.*?)$"
6264
},
6365
{
66+
"description": "Update AxonFramework analysis result links in README.md",
6467
"customType": "regex",
6568
"fileMatch": [
6669
"README.md"
@@ -73,6 +76,7 @@
7376
"extractVersionTemplate": "^axon-?(?<version>.*?)$"
7477
},
7578
{
79+
"description": "Update Python environment mambaforge version in GitHub Actions",
7680
"customType": "regex",
7781
"fileMatch": [
7882
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
@@ -85,6 +89,7 @@
8589
"datasourceTemplate": "github-releases"
8690
},
8791
{
92+
"description": "Update NEO4J_VERSION constant in shell scripts",
8893
"customType": "regex",
8994
"fileMatch": [
9095
"^scripts/profiles/Neo4jv5.*\\.sh$",
@@ -98,6 +103,7 @@
98103
"datasourceTemplate": "github-tags"
99104
},
100105
{
106+
"description": "Update NEO4J_APOC_PLUGIN_VERSION constant in shell scripts",
101107
"customType": "regex",
102108
"fileMatch": [
103109
"^scripts/profiles/Neo4jv5.*\\.sh$",
@@ -111,6 +117,7 @@
111117
"datasourceTemplate": "github-releases"
112118
},
113119
{
120+
"description": "Update NEO4J_GDS_PLUGIN_VERSION constant in shell scripts",
114121
"customType": "regex",
115122
"fileMatch": [
116123
"^scripts/profiles/Neo4jv5.*\\.sh$",
@@ -124,6 +131,7 @@
124131
"datasourceTemplate": "github-releases"
125132
},
126133
{
134+
"description": "Update NEO4J_OPEN_GDS_PLUGIN_VERSION constant in shell scripts",
127135
"customType": "regex",
128136
"fileMatch": [
129137
"^scripts/profiles/Neo4jv5.*\\.sh$",
@@ -139,6 +147,7 @@
139147
"versioningTemplate": "loose"
140148
},
141149
{
150+
"description": "Update JQASSISTANT_CLI_VERSION constant in shell scripts",
142151
"customType": "regex",
143152
"fileMatch": [
144153
"^scripts/profiles/Neo4jv5.*\\.sh$",
@@ -165,6 +174,7 @@
165174
"datasourceTemplate": "npm"
166175
},
167176
{
177+
"description": "Update plugin versions in jQAssistant configuration files",
168178
"customType": "regex",
169179
"fileMatch": [
170180
"^scripts/configuration/[^/]+\\.ya?ml$"

0 commit comments

Comments
 (0)