mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
Group non-core bazel dependency updates
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
61bb7c2c26
commit
ada04bd0a5
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user