renovate: group non-core bazel dependency updates (#3281)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-08-01 12:46:32 +02:00 committed by GitHub
parent 211670f89d
commit 302a519198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,28 @@
"matchDepNames": ["bazel", "io_bazel_rules_go", "bazel_gazelle", "rules_go", "gazelle"],
"groupName": "bazel (core)",
},
{
"matchManagers": ["bazel"],
"matchDepNames": [
"!bazel",
"!io_bazel_rules_go",
"!bazel_gazelle",
"!rules_go",
"!gazelle",
]
"groupName": "bazel (plugins)",
},
{
"matchManagers": ["bazel-module"],
"matchDepNames": [
"!bazel",
"!io_bazel_rules_go",
"!bazel_gazelle",
"!rules_go",
"!gazelle",
]
"groupName": "bazel (modules)",
},
{
"matchDatasources": ["golang-version"],
"allowedVersions": "1.22",