|
| 1 | +// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. |
| 2 | +// Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base-dependabot/.github/renovate.json5 instead. |
| 3 | + |
| 4 | +{ |
| 5 | + $schema: 'https://docs.renovatebot.com/renovate-schema.json', |
| 6 | + enabled: true, |
| 7 | + enabledManagers: [ |
| 8 | + 'gomod', |
| 9 | + ], |
| 10 | + separateMajorMinor: false, |
| 11 | + extends: [ |
| 12 | + 'config:best-practices', |
| 13 | + ':gitSignOff', |
| 14 | + ':semanticCommits', |
| 15 | + ':disableVulnerabilityAlerts', |
| 16 | + ':prConcurrentLimit10', // Set a limit to avoid too many PRs, at least on the first run |
| 17 | + ':prHourlyLimitNone', |
| 18 | + ], |
| 19 | + timezone: 'Europe/London', |
| 20 | + labels: [ |
| 21 | + 'dependencies', |
| 22 | + 'kind/cleanup', |
| 23 | + 'release-note-none', |
| 24 | + ], |
| 25 | + postUpgradeTasks: { |
| 26 | + commands: [ |
| 27 | + 'make generate', |
| 28 | + ], |
| 29 | + executionMode: 'branch', |
| 30 | + }, |
| 31 | + packageRules: [ |
| 32 | + { |
| 33 | + groupName: 'Misc Go deps', |
| 34 | + matchManagers: [ |
| 35 | + 'gomod', |
| 36 | + ], |
| 37 | + matchPackageNames: [ |
| 38 | + '*', |
| 39 | + ], |
| 40 | + }, |
| 41 | + { |
| 42 | + groupName: 'Kubernetes Go deps', |
| 43 | + matchManagers: [ |
| 44 | + 'gomod', |
| 45 | + ], |
| 46 | + matchPackageNames: [ |
| 47 | + 'sigs.k8s.io**/**', |
| 48 | + 'k8s.io**/**', |
| 49 | + ], |
| 50 | + }, |
| 51 | + { |
| 52 | + groupName: 'Cloud Go deps', |
| 53 | + matchManagers: [ |
| 54 | + 'gomod', |
| 55 | + ], |
| 56 | + matchPackageNames: [ |
| 57 | + 'github.com/akamai**/**', |
| 58 | + 'github.com/aws**/**', |
| 59 | + 'github.com/Azure**/**', |
| 60 | + 'github.com/AzureAD**/**', |
| 61 | + 'github.com/cloudflare**/**', |
| 62 | + 'github.com/digitalocean**/**', |
| 63 | + 'google.golang.org/api', |
| 64 | + ], |
| 65 | + }, |
| 66 | + { |
| 67 | + groupName: 'golang.org/x deps', |
| 68 | + matchManagers: [ |
| 69 | + 'gomod', |
| 70 | + ], |
| 71 | + matchPackageNames: [ |
| 72 | + 'golang.org/x**/*', |
| 73 | + ], |
| 74 | + addLabels: [ |
| 75 | + 'skip-review', // Adding label to allow PRs to automerge |
| 76 | + ], |
| 77 | + }, |
| 78 | + { |
| 79 | + description: 'Disable Go pseudo-version updates', |
| 80 | + matchManagers: [ |
| 81 | + 'gomod', |
| 82 | + ], |
| 83 | + matchPackageNames: [ |
| 84 | + '*', |
| 85 | + ], |
| 86 | + matchCurrentValue: 'v0.0.0*', |
| 87 | + enabled: false, |
| 88 | + }, |
| 89 | + ], |
| 90 | + ignorePaths: [ |
| 91 | + '**/vendor/**', |
| 92 | + ], |
| 93 | +} |
0 commit comments