renovate: add missing comma (#3805)

This commit is contained in:
Moritz Sanft 2025-05-07 08:19:26 +02:00 committed by GitHub
parent 135f8c889f
commit 01f7d90e63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@
// Group update of rules_go dependencies.
groupName: 'rules_go dependencies',
matchManagers: [
'gomod'
'gomod',
'bazel',
'bazel-module',
],