Fix string pattern in 'matchPackageNames'

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
Miguel Martín 2025-06-04 10:31:36 +02:00
parent b06288518c
commit 7badbd218f
No known key found for this signature in database
GPG key ID: 399C0C41974AC700

View file

@ -61,7 +61,7 @@
"packageRules": [
{
"matchPackageNames": [
"quay.io/bootc-devel/.*-compose"
"/quay.io\/bootc-devel\/fedora-bootc-.*-compose/"
],
"automerge": true
},