Renovate config - support docker images updates in Earthfiles

This commit is contained in:
idodod 2024-03-27 11:17:28 -04:00 committed by GitHub
parent da25dc905e
commit 8c07951e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,11 @@
schedule: [ // utc timezone
'after 6am on monday',
],
dockerfile: {
fileMatch: [
'Earthfile',
],
},
labels: [
'renovate',
],