-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy pathmain.html
More file actions
14 lines (12 loc) · 961 Bytes
/
main.html
File metadata and controls
14 lines (12 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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>
<p>
We released a new major version of Renovate. Read the [Renovate 40 changelog on GitHub](https://github.com/renovatebot/renovate/releases/tag/40.0.0).
</p>
{% endblock %}