-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrenovate.json
More file actions
22 lines (22 loc) · 917 Bytes
/
renovate.json
File metadata and controls
22 lines (22 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"renovate"
],
"baseBranchPatterns": [
"/^2024.6$/",
"/^r2026$/"
],
"separateMinorPatch": true,
// In order to be able to see the changelog in the commit message, changing the commitbody and generating the changelog during branch creation
"fetchChangeLogs": "branch",
"commitBody": "{{#if logJSON.hasReleaseNotes}}{{#each logJSON.versions as |release|}}{{# if release.releaseNotes}}##### [\\`v{{{release.version}}}\\`]({{{release.releaseNotes.url}}})\n\n{{{release.releaseNotes.body}}}{{/if}}{{/each}}{{/if}}",
"registryAliases": {
"registry.intersec.com/amazon-ecr-cache": "public.ecr.aws",
"registry.intersec.com/dockerhub-cache": "docker.io",
"registry.intersec.com/ghcr-cache": "ghcr.io"
}
}