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.
1 parent a555e95 commit a85a3e9Copy full SHA for a85a3e9
renovate.json5
@@ -151,7 +151,8 @@
151
"io.micrometer:micrometer-registry-prometheus",
152
"io.micrometer:micrometer-registry-influx",
153
"com.fasterxml.jackson.core:{/,}**",
154
- "com.fasterxml.jackson.datatype:{/,}**"
+ "com.fasterxml.jackson.datatype:{/,}**",
155
+ "com.azure:{/,}**"
156
],
157
"automerge": true
158
},
@@ -180,6 +181,7 @@
180
181
"matchPackageNames": [
182
"com.azure:{/,}**"
183
184
+ "matchUpdateTypes": ["major", "minor"],
185
"schedule": "on the 14th day of the month",
186
"reviewers": ["habrahamsson-skanetrafiken"]
187
}
0 commit comments