Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/bot-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you see anything wrong on this page, please let us know by creating a [Discus
| Show changelogs | Yes | Yes |
| Compatibility score badges | Four badges showing: Age, Adoption, Passing, Confidence | One badge with overall compatibility score |
| Built-in to GitHub | No, requires app or self-hosting | Yes |
| Scheduling | By default, Renovate runs as often as it is allowed to, read [Renovate scheduling](./key-concepts/scheduling.md) to learn more | Yes: `daily`, `weekly`, `monthly` |
| Scheduling | By default, Renovate runs as often as it is allowed to, read [Renovate scheduling](./key-concepts/scheduling.md) to learn more | Yes: `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly` or `cron` |
| License | [GNU Affero General Public License](https://github.com/renovatebot/renovate/blob/main/license) | [MIT License](https://github.com/dependabot/dependabot-core/blob/main/LICENSE) |
| Programming language of project | TypeScript | Ruby |
| Project pulse | [`renovatebot/renovate` monthly pulse](https://github.com/renovatebot/renovate/pulse/monthly) | [`dependabot-core` monthly pulse](https://github.com/dependabot/dependabot-core/pulse/monthly) |
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/datasource/maven/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function isUnsupportedHostError(err: HttpError): boolean {

const cacheProvider = new PackageHttpCacheProvider({
namespace: 'datasource-maven:cache-provider',
ttlMinutes: 7 * 24 * 60,
ttlMinutes: 15,
checkAuthorizationHeader: true,
checkCacheControlHeader: false, // Maven doesn't respond with `cache-control` headers
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"typescript": "5.8.3",
"typescript-eslint": "8.31.1",
"unified": "9.2.2",
"vite": "6.3.4",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.2",
"vitest-mock-extended": "3.1.0"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/mkdocs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
<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 %}
Loading