0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-30 14:27:31 +00:00
renovatebot_renovate/tools/mkdocs/overrides/main.html

11 lines
800 B
HTML

<!-- This file has the content for our announcement bar. -->
<!-- https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#announcement-bar -->
<!-- https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
{% extends "base.html" %}
{% block announce %}
<p>
If you use a Mend-hosted Renovate App <em>and</em> you have encrypted secrets in your Renovate config, then you must migrate the secrets to the Developer Portal UI. If you do not migrate the secrets, eventually Renovate will stop running on repositories that use the Mend-hosted Renovate App. Please read the <a href="https://github.com/renovatebot/renovate/discussions/33407">announcement about the disabling of Encrypted Secrets in Mend-hosted Renovate apps</a> to learn more.
</p>
{% endblock %}