From fe897d2625bb9aef32c3e097874def0ba85b6232 Mon Sep 17 00:00:00 2001 From: BacLuc Date: Sun, 17 Apr 2022 13:23:00 +0200 Subject: [PATCH] renovate.json: update services in github actions e.g. postgres database for the api tests. --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index c45a1fb91d..718b8ce2b6 100644 --- a/renovate.json +++ b/renovate.json @@ -135,6 +135,15 @@ "lookupNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags", "versioningTemplate": "node" + }, + { + "fileMatch": [ + "^.github/workflows/.+\\.ya?ml$" + ], + "matchStrings": [ + "image:\\s+'(?):(?+)" + ], + "datasourceTemplate": "docker" } ] } \ No newline at end of file