From 44d53afc6436dc153f3287a13cf66e10d1c947e1 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 22 Nov 2024 01:06:01 +0100 Subject: [PATCH] chore(git-sync): auto-applied devContainers.json5 this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega --- .github/renovatebot/devContainers.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/renovatebot/devContainers.json5 diff --git a/.github/renovatebot/devContainers.json5 b/.github/renovatebot/devContainers.json5 new file mode 100644 index 0000000..50515d4 --- /dev/null +++ b/.github/renovatebot/devContainers.json5 @@ -0,0 +1,16 @@ +{%- raw %} +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "customManagers": [ + { + "description": ["Process Devcontainer features"], + "customType": "regex", + "fileMatch": ["devcontainer.json$"], + "matchStrings": [ + 'datasource=(?\\S*)[\\s]+depName=(?\\S*)[\\s]+"\\w+":[\\s]+"(?[a-zA-Z0-9-_.]+)"' + ], + "versioningTemplate": 'regex:^v?(?\\d+)\\.(?\\d+)\\.?(?\\d+)?-?(?\\S+)?$', + }, + ] +} +{%- endraw %}