|
35 | 35 | ],
|
36 | 36 | "customManagers": [
|
37 | 37 | {
|
| 38 | + "description": "Update AXON_FRAMEWORK_VERSION environment variable in GitHub Actions", |
38 | 39 | "customType": "regex",
|
39 | 40 | "fileMatch": [
|
40 | 41 | "^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
|
|
48 | 49 | "extractVersionTemplate": "^axon-?(?<version>.*?)$"
|
49 | 50 | },
|
50 | 51 | {
|
| 52 | + "description": "Update REACT_ROUTER_VERSION environment variable in GitHub Actions", |
51 | 53 | "customType": "regex",
|
52 | 54 | "fileMatch": [
|
53 | 55 | "^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
|
|
61 | 63 | "extractVersionTemplate": "^react-router@?(?<version>.*?)$"
|
62 | 64 | },
|
63 | 65 | {
|
| 66 | + "description": "Update AxonFramework analysis result links in README.md", |
64 | 67 | "customType": "regex",
|
65 | 68 | "fileMatch": [
|
66 | 69 | "README.md"
|
|
73 | 76 | "extractVersionTemplate": "^axon-?(?<version>.*?)$"
|
74 | 77 | },
|
75 | 78 | {
|
| 79 | + "description": "Update Python environment mambaforge version in GitHub Actions", |
76 | 80 | "customType": "regex",
|
77 | 81 | "fileMatch": [
|
78 | 82 | "^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
|
|
85 | 89 | "datasourceTemplate": "github-releases"
|
86 | 90 | },
|
87 | 91 | {
|
| 92 | + "description": "Update NEO4J_VERSION constant in shell scripts", |
88 | 93 | "customType": "regex",
|
89 | 94 | "fileMatch": [
|
90 | 95 | "^scripts/profiles/Neo4jv5.*\\.sh$",
|
|
98 | 103 | "datasourceTemplate": "github-tags"
|
99 | 104 | },
|
100 | 105 | {
|
| 106 | + "description": "Update NEO4J_APOC_PLUGIN_VERSION constant in shell scripts", |
101 | 107 | "customType": "regex",
|
102 | 108 | "fileMatch": [
|
103 | 109 | "^scripts/profiles/Neo4jv5.*\\.sh$",
|
|
111 | 117 | "datasourceTemplate": "github-releases"
|
112 | 118 | },
|
113 | 119 | {
|
| 120 | + "description": "Update NEO4J_GDS_PLUGIN_VERSION constant in shell scripts", |
114 | 121 | "customType": "regex",
|
115 | 122 | "fileMatch": [
|
116 | 123 | "^scripts/profiles/Neo4jv5.*\\.sh$",
|
|
124 | 131 | "datasourceTemplate": "github-releases"
|
125 | 132 | },
|
126 | 133 | {
|
| 134 | + "description": "Update NEO4J_OPEN_GDS_PLUGIN_VERSION constant in shell scripts", |
127 | 135 | "customType": "regex",
|
128 | 136 | "fileMatch": [
|
129 | 137 | "^scripts/profiles/Neo4jv5.*\\.sh$",
|
|
139 | 147 | "versioningTemplate": "loose"
|
140 | 148 | },
|
141 | 149 | {
|
| 150 | + "description": "Update JQASSISTANT_CLI_VERSION constant in shell scripts", |
142 | 151 | "customType": "regex",
|
143 | 152 | "fileMatch": [
|
144 | 153 | "^scripts/profiles/Neo4jv5.*\\.sh$",
|
|
165 | 174 | "datasourceTemplate": "npm"
|
166 | 175 | },
|
167 | 176 | {
|
| 177 | + "description": "Update plugin versions in jQAssistant configuration files", |
168 | 178 | "customType": "regex",
|
169 | 179 | "fileMatch": [
|
170 | 180 | "^scripts/configuration/[^/]+\\.ya?ml$"
|
|
0 commit comments