Group non-core bazel dependency updates

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-08-01 11:56:05 +02:00
parent 61bb7c2c26
commit ada04bd0a5
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

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",