dependabot[bot] opened a new pull request, #4040:
URL: https://github.com/apache/camel-k/pull/4040

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.50.0 to 0.63.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/releases";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.63.0 / 2023-02-08</h2>
   <ul>
   <li>[CHANGE] Use <code>tmpfs</code> to store <code>Prometheus</code> and 
<code>Alertmanager</code> configuration. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5311";>#5311</a></li>
   <li>[FEATURE] Add <code>status</code> subresource to the 
<code>Alertmanager</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5270";>#5270</a></li>
   <li>[FEATURE] Add <code>spec.additionalArgs</code> to the 
<code>ThanosRuler</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5293";>#5293</a></li>
   <li>[ENHANCEMENT] Add <code>spec.web.maxConnections</code> to the 
<code>Prometheus</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5175";>#5175</a></li>
   <li>[BUGFIX] Fix unsupported types in Alertmanager route sanitizer log 
lines. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5296";>#5296</a></li>
   <li>[BUGFIX] Fix <code>ThanosRuler</code> StatefulSet re-creation bug when 
labels are specified. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5318";>#5318</a></li>
   </ul>
   <h2>0.62.0 / 2023-01-04</h2>
   <ul>
   <li>[CHANGE] Use <code>spec.version</code> of the Prometheus object as the 
image's tag if the image name is untagged. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5171";>#5171</a></li>
   <li>[FEATURE] Generate &quot;apply configuration&quot; types. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5243";>#5243</a></li>
   <li>[FEATURE] Add <code>spec.podTargetLabels</code> field to the Prometheus 
CRD for adding pod target labels to every PodMonitor/ServiceMonitor. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5206";>#5206</a></li>
   <li>[FEATURE] Add <code>spec.version</code> field to the ThanosRuler CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5177";>#5177</a></li>
   <li>[ENHANCEMENT] Add <code>basicAuth</code> field to the Prometheus CRD for 
alerting configuration of Prometheus. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5170";>#5170</a></li>
   <li>[ENHANCEMENT] Add <code>spec.imagePullPolicy</code> to Prometheus, 
Alertmanager and ThanosRuler CRDs. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5203";>#5203</a></li>
   <li>[ENHANCEMENT] Add <code>activeTimeIntervals</code> field to 
AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5198";>#5198</a></li>
   <li>[ENHANCEMENT] Support <code>time_intervals</code> and 
<code>active_time_intervals</code> in the Alertmanager configurations. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5135";>#5135</a></li>
   <li>[ENHANCEMENT] Support new fields in the Alertmanager v0.25.0 
configuration. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5254";>#5254</a>
 <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5263";>#5263</a></li>
   </ul>
   <h2>0.61.1 / 2022-11-24</h2>
   <ul>
   <li>[BUGFIX] Fixed a regression that caused the ThanosRuler statefulsets to 
be stuck after upgrading the operator to v0.61.0. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5183";>#5183</a></li>
   </ul>
   <h2>0.61.0 / 2022-11-16</h2>
   <ul>
   <li>[CHANGE] Updated RuleGroup description and add validation for the CRD. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5072";>#5072</a></li>
   <li>[CHANGE] Removed validations in the operator that are already covered at 
the CRD level. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5108";>#5108</a></li>
   <li>[CHANGE] jsonnet: Enforced existence of the TLS secret for the admission 
webhook deployment. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5112";>#5112</a></li>
   <li>[CHANGE] jsonnet: Changed default port of the admission webhook service 
from 8443 to 443. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5112";>#5112</a></li>
   <li>[CHANGE] Added a filter for non-running pods in the ServiceMonitor CRD. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5149";>#5149</a></li>
   <li>[FEATURE] Added spec.attachMetadata.node in the ServiceMonitor CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5147";>#5147</a></li>
   <li>[ENHANCEMENT] Updated ProbeTLSConfig and SafeTLSConfig description. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5081";>#5081</a></li>
   <li>[ENHANCEMENT] Updated admission webhook deployment's jsonnet to avoid 
down-time on updates. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5099";>#5099</a></li>
   <li>[ENHANCEMENT] Added the filterExternalLabels field to the remote read 
configuration of the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5142";>#5142</a></li>
   <li>[ENHANCEMENT] Added enableHttp2 field to AlertingEndpoints <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5152";>#5152</a></li>
   <li>[ENHANCEMENT] Updated ThanosRuler arguments (QueryConfig, 
AlertManagerConfig, ObjectStorageConfig and TracingConfig) to be directly read 
from secrets instead of using ENV vars. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5122";>#5122</a></li>
   <li>[ENHANCEMENT] Add alertmanagerConfigMatcherStrategy to Alertmanager CRD 
in order to disable auto-generated namespace matchers. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5084";>#5084</a></li>
   <li>[BUGFIX] Ignore PartialResponseStrategy in the Prometheus CRD. This 
field is only applicable for the Thanos Ruler. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5125";>#5125</a></li>
   </ul>
   <h2>0.60.1 / 2022-10-10</h2>
   <ul>
   <li>[BUGFIX] Fixed configuration when spec.tsdb.outOfOrderTimeWindow is set 
in the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5078";>#5078</a></li>
   </ul>
   <h2>0.60.0 / 2022-10-06</h2>
   <ul>
   <li>[CHANGE] Added <code>filterRunning</code> field to the PodMonitor CRD. 
By default, non-running pods are dropped by the Prometheus service discovery. 
To preserve the old behavior and keep pods which aren't running, set 
<code>filterRunning: false</code>. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5049";>#5049</a></li>
   <li>[FEATURE] Added <code>grpcListenLocal</code> and 
<code>httpListenLocal</code> fields to the Thanos sidecar configuration of the 
Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5045";>#5045</a></li>
   <li>[FEATURE] Added <code>hostNetwork</code> field to the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5010";>#5010</a></li>
   <li>[FEATURE] Added <code>spec.tsdb.outOfOrderTimeWindow</code> field to the 
Prometheus CRD to allow out-of-order samples in TSDB. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5071";>#5071</a></li>
   <li>[ENHANCEMENT] Added columns showing the Prometheus conditions to the 
output of <code>kubectl get prometheus</code>. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5055";>#5055</a></li>
   <li>[ENHANCEMENT] Added <code>observedGeneration</code> field to the 
Prometheus status conditions. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5005";>#5005</a></li>
   </ul>
   <h2>0.59.2 / 2022-09-20</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.63.0 / 2023-02-08</h2>
   <ul>
   <li>[CHANGE] Use <code>tmpfs</code> to store <code>Prometheus</code> and 
<code>Alertmanager</code> configuration. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5311";>#5311</a></li>
   <li>[FEATURE] Add <code>status</code> subresource to the 
<code>Alertmanager</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5270";>#5270</a></li>
   <li>[FEATURE] Add <code>spec.additionalArgs</code> to the 
<code>ThanosRuler</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5293";>#5293</a></li>
   <li>[ENHANCEMENT] Add <code>spec.web.maxConnections</code> to the 
<code>Prometheus</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5175";>#5175</a></li>
   <li>[BUGFIX] Fix unsupported types in Alertmanager route sanitizer log 
lines. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5296";>#5296</a></li>
   <li>[BUGFIX] Fix <code>ThanosRuler</code> StatefulSet re-creation bug when 
labels are specified. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5318";>#5318</a></li>
   </ul>
   <h2>0.62.0 / 2023-01-04</h2>
   <ul>
   <li>[CHANGE] Use <code>spec.version</code> of the Prometheus object as the 
image's tag if the image name is untagged. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5171";>#5171</a></li>
   <li>[FEATURE] Generate &quot;apply configuration&quot; types. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5243";>#5243</a></li>
   <li>[FEATURE] Add <code>spec.podTargetLabels</code> field to the Prometheus 
CRD for adding pod target labels to every PodMonitor/ServiceMonitor. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5206";>#5206</a></li>
   <li>[FEATURE] Add <code>spec.version</code> field to the ThanosRuler CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5177";>#5177</a></li>
   <li>[ENHANCEMENT] Add <code>basicAuth</code> field to the Prometheus CRD for 
alerting configuration of Prometheus. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5170";>#5170</a></li>
   <li>[ENHANCEMENT] Add <code>spec.imagePullPolicy</code> to Prometheus, 
Alertmanager and ThanosRuler CRDs. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5203";>#5203</a></li>
   <li>[ENHANCEMENT] Add <code>activeTimeIntervals</code> field to 
AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5198";>#5198</a></li>
   <li>[ENHANCEMENT] Support <code>time_intervals</code> and 
<code>active_time_intervals</code> in the Alertmanager configurations. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5135";>#5135</a></li>
   <li>[ENHANCEMENT] Support new fields in the Alertmanager v0.25.0 
configuration. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5254";>#5254</a>
 <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5263";>#5263</a></li>
   </ul>
   <h2>0.61.1 / 2022-11-24</h2>
   <ul>
   <li>[BUGFIX] Fixed a regression that caused the ThanosRuler statefulsets to 
be stuck after upgrading the operator to v0.61.0. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5183";>#5183</a></li>
   </ul>
   <h2>0.61.0 / 2022-11-16</h2>
   <ul>
   <li>[CHANGE] Updated <code>RuleGroup</code> description and add validation 
for the CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5072";>#5072</a></li>
   <li>[CHANGE] Removed validations in the operator that are already covered at 
the CRD level. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5108";>#5108</a></li>
   <li>[CHANGE] jsonnet: Enforced existence of the TLS secret for the admission 
webhook deployment. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5112";>#5112</a></li>
   <li>[CHANGE] jsonnet: Changed default port of the admission webhook service 
from 8443 to 443. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5112";>#5112</a></li>
   <li>[CHANGE] Added a filter for non-running pods in the 
<code>ServiceMonitor</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5149";>#5149</a></li>
   <li>[FEATURE] Added <code>spec.attachMetadata.node</code> in the 
<code>ServiceMonitor</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5147";>#5147</a></li>
   <li>[ENHANCEMENT] Updated <code>ProbeTLSConfig</code> and 
<code>SafeTLSConfig</code> description. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5081";>#5081</a></li>
   <li>[ENHANCEMENT] Updated admission webhook deployment's jsonnet to avoid 
down-time on updates. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5099";>#5099</a></li>
   <li>[ENHANCEMENT] Added the <code>filterExternalLabels</code> field to the 
remote read configuration of the <code>Prometheus</code> CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5142";>#5142</a></li>
   <li>[ENHANCEMENT] Added <code>enableHttp2</code> field to 
<code>AlertingEndpoints</code> <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5152";>#5152</a></li>
   <li>[ENHANCEMENT] Updated <code>ThanosRuler</code> arguments 
(<code>QueryConfig</code>, <code>AlertManagerConfig</code>, 
<code>ObjectStorageConfig</code> and <code>TracingConfig</code>) to be directly 
read from secrets instead of using ENV vars. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5122";>#5122</a></li>
   <li>[ENHANCEMENT] Add <code>alertmanagerConfigMatcherStrategy</code> to 
<code>Alertmanager</code> CRD in order to disable auto-generated namespace 
matchers. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5084";>#5084</a></li>
   <li>[BUGFIX] Ignore <code>PartialResponseStrategy</code> in the 
<code>Prometheus</code> CRD. This field is only applicable for the Thanos 
Ruler. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5125";>#5125</a></li>
   </ul>
   <h2>0.60.1 / 2022-10-10</h2>
   <ul>
   <li>[BUGFIX] Fixed configuration when 
<code>spec.tsdb.outOfOrderTimeWindow</code> is set in the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5078";>#5078</a></li>
   </ul>
   <h2>0.60.0 / 2022-10-06</h2>
   <ul>
   <li>[CHANGE] Added <code>filterRunning</code> field to the PodMonitor CRD. 
By default, non-running pods are dropped by the Prometheus service discovery. 
To preserve the old behavior and keep pods which aren't running, set 
<code>filterRunning: false</code>. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5049";>#5049</a></li>
   <li>[FEATURE] Added <code>grpcListenLocal</code> and 
<code>httpListenLocal</code> fields to the Thanos sidecar configuration of the 
Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5045";>#5045</a></li>
   <li>[FEATURE] Added <code>hostNetwork</code> field to the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5010";>#5010</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/1a38cb5fde48aabe6dfb89b8b8388d45384d4660";><code>1a38cb5</code></a>
 Prep for release v0.63.0 (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5325";>#5325</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/bea7a4deee9dd2cf3d2be8a77d680d416ac7d24d";><code>bea7a4d</code></a>
 docs: ScrapeConfig proposal (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5279";>#5279</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/6a2a4250c9d62ecf32afe890611be99ebfb04db6";><code>6a2a425</code></a>
 make: update-go-deps (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5324";>#5324</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/7010bb1a867acc55e83deb02aee3423df722ffc8";><code>7010bb1</code></a>
 build(deps): bump sigs.k8s.io/controller-runtime from 0.14.2 to 0.14.4 (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5322";>#5322</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/6be89b4010d06cbd2561b6650b6399438900a944";><code>6be89b4</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5316";>#5316</a>
 from JoaoBraveCoding/reloader-refactor</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/d4480ff89758fb1b1cd1b6dfb7476cbf69ab5c2e";><code>d4480ff</code></a>
 build(deps): bump github.com/prometheus/prometheus from 0.41.0 to 0.42.0 (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5319";>#5319</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/4d721ac7ef4f776b95aa0cd3222886165e7754bc";><code>4d721ac</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5318";>#5318</a>
 from JoaoBraveCoding/fix-map-iteration</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/dfa2ed353e4234db9d94cea0c94abf3cf72fcdc6";><code>dfa2ed3</code></a>
 Fixes ThanoRuler StatefulSet re-creation bug</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/26e973c7c775e9a8408ee766748c6f202d4d3d47";><code>26e973c</code></a>
 config-reloader: renames ReloaderConfig to ReloaderOperatorConfig</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/fcd34a44045503bc45093887776c4b9ca675f6ed";><code>fcd34a4</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5314";>#5314</a>
 from prometheus-operator/dependabot/go_modules/githu...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.50.0...v0.63.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring&package-manager=go_modules&previous-version=0.50.0&new-version=0.63.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to