|
| 1 | +{ |
| 2 | + extends: [ |
| 3 | + ":dependencyDashboard", |
| 4 | + ":semanticPrefixFixDepsChoreOthers", |
| 5 | + ":autodetectRangeStrategy", |
| 6 | + ":disableRateLimiting", |
| 7 | + ":semanticCommits", |
| 8 | + "helpers:pinGitHubActionDigests", |
| 9 | + "github>whitesource/merge-confidence:beta", |
| 10 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/commitMessage.json5", |
| 11 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/approval.json5", |
| 12 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/golang.json5", |
| 13 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/groups.json5", |
| 14 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/labels.json5", |
| 15 | + "github>SovereignCloudStack/csctl-plugin-openstack//.github/renovate/regexManagers.json5" |
| 16 | + ], |
| 17 | + platform: "github", |
| 18 | + baseBranches: ["main"], |
| 19 | + onboarding: false, |
| 20 | + requireConfig: "ignored", |
| 21 | + timezone: "Europe/Berlin", |
| 22 | + // repo config |
| 23 | + repositories: ["SovereignCloudStack/csctl-plugin-openstack"], |
| 24 | + ignorePaths: [ |
| 25 | + "**/vendor/**", |
| 26 | + "**/test/**", |
| 27 | + "**/tests/**" |
| 28 | + ], |
| 29 | + username: "cluster-stack-bot[bot]", |
| 30 | + gitAuthor: "cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>", |
| 31 | + // PR config |
| 32 | + dependencyDashboardTitle: "Dependency Dashboard 🤖", |
| 33 | + dependencyDashboardHeader: "", |
| 34 | + prFooter: "", |
| 35 | + suppressNotifications: ["prIgnoreNotification"], |
| 36 | + rebaseWhen: "conflicted", |
| 37 | + commitBodyTable: true, |
| 38 | + prHourlyLimit: 1, |
| 39 | + printConfig: true, |
| 40 | + pruneStaleBranches: true, |
| 41 | + allowPostUpgradeCommandTemplating: true, |
| 42 | + separateMajorMinor: true, |
| 43 | + separateMultipleMajor: true, |
| 44 | + separateMinorPatch: true, |
| 45 | + enabledManagers: ["dockerfile", "gomod", "github-actions", "regex"], |
| 46 | + recreateClosed: true, |
| 47 | +} |
0 commit comments