Change renovate's schedule for compose container images

Change the current branch creation schedule in renovate
for compose container images. Currently is using the default
renovate's configuration which is between 12:00 AM and 03:59 AM,
only on Monday.

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
Miguel Martín 2025-07-11 08:11:47 +02:00
parent e0779c210a
commit 06a10e77eb
No known key found for this signature in database
GPG key ID: 399C0C41974AC700

View file

@ -65,7 +65,10 @@
"/quay.io\/bootc-devel\/fedora-bootc-rawhide-compose/"
],
"groupName": "Fedora rawhide compose dependencies",
"groupSlug": "fedora-rawhide-compose-dependencies"
"groupSlug": "fedora-rawhide-compose-dependencies",
"schedule": [
"at any time"
],
"automerge": true
},
{
@ -73,7 +76,10 @@
"/quay.io\/bootc-devel\/fedora-bootc-42-compose/"
],
"groupName": "Fedora 42 compose dependencies",
"groupSlug": "fedora-42-compose-dependencies"
"groupSlug": "fedora-42-compose-dependencies",
"schedule": [
"at any time"
],
"automerge": true
},
{