From 5a3e2f1ac8cb4cd179c1d6b055e71ef447ddd227 Mon Sep 17 00:00:00 2001 From: Anton Belodedenko <2033996+ab77@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:13:43 -0700 Subject: [PATCH] Renovate AWS/EC2 AMI(s) change-type: patch --- .github/workflows/renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/renovate.json 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" + } + ] +}