renovate: schedule dependency updates (#3305)

* Run large dependency group upgrades on schedule
* Stop ignoring stackit Terraform releases
* Put s3proxy container updates on a schedule

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-08-09 08:23:08 +02:00 committed by GitHub
parent e881705f73
commit 1e5dcc3f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@
"pinDigest", "pinDigest",
"rollback", "rollback",
], ],
"schedule": ["before 8am on monday"],
}, },
{ {
// Group update of Terraform dependencies. // Group update of Terraform dependencies.
@ -71,8 +72,7 @@
"pinDigest", "pinDigest",
"rollback", "rollback",
], ],
// stackit is excluded from the group so that we can ignore v0.24.1: https://github.com/stackitcloud/terraform-provider-stackit/issues/464. "schedule": ["before 8am on wednesday"],
"excludeDepNames": ["stackit"],
}, },
{ {
"matchManagers": ["bazelisk", "bazel", "bazel-module"], "matchManagers": ["bazelisk", "bazel", "bazel-module"],
@ -123,6 +123,7 @@
"rollback", "rollback",
"bump", "bump",
], ],
"schedule": ["before 8am on tuesday"],
}, },
{ {
"matchDepNames": ["kubernetes/kubernetes"], "matchDepNames": ["kubernetes/kubernetes"],
@ -184,6 +185,7 @@
"ignoreUnstable": false, "ignoreUnstable": false,
"groupName": "Constellation containers", "groupName": "Constellation containers",
"prPriority": 20, "prPriority": 20,
"schedule": ["before 8am on thursday"],
}, },
{ {
"matchDepNames": [ "matchDepNames": [