Merge pull request #258 from balena-io/ab77/patch

Renovate AWS/EC2 AMI(s)
This commit is contained in:
flowzone-app[bot] 2024-06-26 00:37:48 +00:00 committed by GitHub
commit a15b049f54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/renovate.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"customManagers": [
{
"customType": "regex",
"fileMatch": [
".*"
],
"matchStrings": [
".*amiFilter=(?<packageName>.*?)\n(.*currentImageName=(?<currentDigest>.*?)\n)?(.*\n)?.*?(?<depName>[a-zA-Z0-9-_:]*)[ ]*?[:|=][ ]*?[\"|']?(?<currentValue>ami-[a-z0-9]{17})[\"|']?.*"
],
"datasourceTemplate": "aws-machine-image",
"versioningTemplate": "aws-machine-image"
}
]
}