mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-12 11:12:27 -04:00
renovate: group non-core bazel dependency updates (#3281)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
211670f89d
commit
302a519198
1 changed files with 22 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue