Skip to content
Merged
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
33 changes: 3 additions & 30 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
enabled: true,
gitAuthor: 'Renovate Bot <renovate-bot@users.noreply.github.com>',
gitIgnoredAuthors: [
'157150467+octo-sts[bot]@users.noreply.github.com',
extends: [
'github>cert-manager/renovate-config:default.json5',
],
enabledManagers: [
'custom.regex',
'github-actions',
'gomod',
],
extends: [
'config:best-practices',
':gitSignOff',
':disableVulnerabilityAlerts',
':rebaseStalePrs',
':prConcurrentLimit10', // Set a limit to avoid too many PRs, at least on the first run
':prHourlyLimitNone',
],
timezone: 'Europe/London',
customManagers: [
{
customType: 'regex',
Expand Down Expand Up @@ -56,28 +45,15 @@
],
},
},
{
groupName: 'Misc GitHub actions',
matchManagers: [
'github-actions',
],
},
{
groupName: 'Misc Go deps',
matchManagers: [
'gomod',
],
},
{
matchManagers: [
'custom.regex',
'gomod',
],
matchUpdateTypes: [
'major',
'digest',
],
dependencyDashboardApproval: true
dependencyDashboardApproval: true,
},
{
matchPackageNames: [
Expand All @@ -86,7 +62,4 @@
enabled: false,
}
],
ignorePaths: [
'**/vendor/**',
],
}
Loading