-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
172 lines (172 loc) · 5.54 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":combinePatchMinorReleases",
"schedule:earlyMondays"
],
"ignoreUnstable": false,
"packageRules": [
{
"description": "Neo4j and APOC update settings",
"groupName": "Neo4j to {{newVersion}}",
"matchDepNames": [
"neo4j/neo4j",
"neo4j/apoc"
],
"matchUpdateTypes": [
"minor",
"major"
],
"minimumReleaseAge": "5 days",
"commitMessageExtra": ""
},
{
"description": "jQAssistant Typescript Plugin",
"groupName": "jQAssistant TypeScript Plugin",
"matchSourceUrls": [
"https://github.com/jqassistant-plugin/jqassistant-typescript-plugin"
]
}
],
"customManagers": [
{
"description": "Update AXON_FRAMEWORK_VERSION environment variable in GitHub Actions",
"customType": "regex",
"fileMatch": [
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$]"
],
"matchStrings": [
"AXON_FRAMEWORK_VERSION:\\s+?(?<currentValue>.*?)\\s+"
],
"depNameTemplate": "AxonFramework/AxonFramework",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^axon-?(?<version>.*?)$"
},
{
"description": "Update REACT_ROUTER_VERSION environment variable in GitHub Actions",
"customType": "regex",
"fileMatch": [
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$]"
],
"matchStrings": [
"REACT_ROUTER_VERSION:\\s+?(?<currentValue>.*?)\\s+"
],
"depNameTemplate": "remix-run/react-router",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^react-router@?(?<version>.*?)$"
},
{
"description": "Update Python environment mambaforge version in GitHub Actions",
"customType": "regex",
"fileMatch": [
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$]"
],
"matchStrings": [
"mambaforge:\\s+?(?<currentValue>.*?)\\s+"
],
"depNameTemplate": "conda-forge/miniforge",
"datasourceTemplate": "github-releases"
},
{
"description": "Update NEO4J_VERSION constant in shell scripts",
"customType": "regex",
"fileMatch": [
"^scripts/profiles/Neo4jv5.*\\.sh$",
"^scripts/profiles/Default\\.sh$",
"^scripts/[^/]*\\.sh$"
],
"matchStrings": [
"NEO4J_VERSION:-\\\"?(?<currentValue>5\\..*?)\\\""
],
"depNameTemplate": "neo4j/neo4j",
"datasourceTemplate": "github-tags"
},
{
"description": "Update NEO4J_APOC_PLUGIN_VERSION constant in shell scripts",
"customType": "regex",
"fileMatch": [
"^scripts/profiles/Neo4jv5.*\\.sh$",
"^scripts/profiles/Default\\.sh$",
"^scripts/[^/]*\\.sh$"
],
"matchStrings": [
"NEO4J_APOC_PLUGIN_VERSION:-\\\"?(?<currentValue>.*?)\\\""
],
"depNameTemplate": "neo4j/apoc",
"datasourceTemplate": "github-releases"
},
{
"description": "Update NEO4J_GDS_PLUGIN_VERSION constant in shell scripts",
"customType": "regex",
"fileMatch": [
"^scripts/profiles/Neo4jv5.*\\.sh$",
"^scripts/profiles/Default\\.sh$",
"^scripts/[^/]*\\.sh$"
],
"matchStrings": [
"NEO4J_GDS_PLUGIN_VERSION:-\\\"?(?<currentValue>.*?)\\\""
],
"depNameTemplate": "neo4j/graph-data-science",
"datasourceTemplate": "github-releases"
},
{
"description": "Update NEO4J_OPEN_GDS_PLUGIN_VERSION constant in shell scripts",
"customType": "regex",
"fileMatch": [
"^scripts/profiles/Neo4jv5.*\\.sh$",
"^scripts/profiles/Default\\.sh$",
"^scripts/[^/]*\\.sh$"
],
"matchStrings": [
"NEO4J_OPEN_GDS_PLUGIN_VERSION:-\\\"?(?<currentValue>.*?)\\\""
],
"depNameTemplate": "JohT/open-graph-data-science-packaging",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v?(?<version>.*?)$",
"versioningTemplate": "loose"
},
{
"description": "Update JQASSISTANT_CLI_VERSION constant in shell scripts",
"customType": "regex",
"fileMatch": [
"^scripts/profiles/Neo4jv5.*\\.sh$",
"^scripts/profiles/Default\\.sh$",
"^scripts/[^/]*\\.sh$"
],
"matchStrings": [
"JQASSISTANT_CLI_VERSION:-\\\"?(?<currentValue>.*?)\\\""
],
"depNameTemplate": "com.buschmais.jqassistant.cli:jqassistant-commandline-neo4jv5",
"datasourceTemplate": "maven"
},
{
"description": "Update npx command package versions",
"customType": "regex",
"fileMatch": [
"^scripts/[^/]*\\.sh$",
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$]"
],
"matchStrings": [
"npx\\s+--yes\\s+(--package\\s+)?(-p\\s+)?(?<depName>@?[^@]+)@(?<currentValue>.*?)($|\\s+)"
],
"datasourceTemplate": "npm"
},
{
"description": "Update plugin versions in jQAssistant configuration files",
"customType": "regex",
"fileMatch": [
"^scripts/configuration/[^/]+\\.ya?ml$"
],
"matchStrings": [
"\\s*\\-\\s+group-id:\\s*(?<group>.*?)\\s*[\r\n]\\s*artifact-id:\\s*(?<artifact>.*?)\\s*[\r\n]\\s*version:\\s*(?<currentValue>.*?)\\s*[\r\n]"
],
"depNameTemplate": "{{{group}}}:{{{artifact}}}",
"datasourceTemplate": "maven"
}
]
}