Group all Terraform dependency updates into one PR

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-05-15 09:14:01 +02:00
parent 73d86c25df
commit 2969160637
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -57,6 +57,21 @@
"rollback",
],
},
{
// Group update of Terraform dependencies.
"groupName": "Terraform dependencies",
"matchManagers": ["terraform"],
"matchUpdateTypes": [
"bump",
"digest",
"lockFileMaintenance",
"minor",
"patch",
"pin",
"pinDigest",
"rollback",
],
},
{
"matchManagers": ["bazelisk", "bazel", "bazel-module"],
"matchDepNames": ["bazel", "io_bazel_rules_go", "bazel_gazelle"],