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
12 changes: 12 additions & 0 deletions modules/repository-base/base-dependabot/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
matchManagers: [
'gomod',
],
matchUpdateTypes: [
'minor',
'patch',
],
},
{
groupName: 'Testing Go deps',
Expand All @@ -48,6 +52,10 @@
'github.com/onsi/gomega',
'github.com/stretchr/testify',
],
matchUpdateTypes: [
'minor',
'patch',
]
},
{
groupName: 'Cloud Go deps',
Expand All @@ -63,6 +71,10 @@
'github.com/digitalocean/**',
'google.golang.org/api',
],
matchUpdateTypes: [
'minor',
'patch',
]
},
{
groupName: 'Kubernetes Go deps',
Expand Down
Loading