diff --git a/.github/workflows/renovate.json b/.github/workflows/renovate.json new file mode 100644 index 0000000..ff8f58b --- /dev/null +++ b/.github/workflows/renovate.json @@ -0,0 +1,15 @@ +{ + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + ".*" + ], + "matchStrings": [ + ".*amiFilter=(?.*?)\n(.*currentImageName=(?.*?)\n)?(.*\n)?.*?(?[a-zA-Z0-9-_:]*)[ ]*?[:|=][ ]*?[\"|']?(?ami-[a-z0-9]{17})[\"|']?.*" + ], + "datasourceTemplate": "aws-machine-image", + "versioningTemplate": "aws-machine-image" + } + ] +}