From 13116635ea9c38b9fc4e4df68e7afd9a517821c3 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Fri, 22 Jan 2021 21:22:37 +0100 Subject: [PATCH] updated .drone.yml and renovate.json --- .drone.yml | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b01685e..6eac4c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,7 +106,7 @@ steps: - linux/amd64 - linux/arm64 - linux/arm - tags: + default_tags: - "v0.17.0" - "latest" username: diff --git a/renovate.json b/renovate.json index 73f1f40..d4c12e5 100644 --- a/renovate.json +++ b/renovate.json @@ -15,7 +15,7 @@ ], "matchStrings": [ "\\s*ENV\\s*SEARX_VERSION=\"(?.*?)\"\\s*", - "\\s*tags:\\s*-\\s*\"(?.*?)\"\\s*" + "\\s*default_tags:\\s*-\\s*\"(?.*?)\"\\s*" ], "versioningTemplate": "loose", "depNameTemplate": "searx/searx",