From f6335dda8a3510c34c305848582bb5bd7ab816ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 28 Mar 2023 09:49:20 +0000 Subject: [PATCH] chore(deps): update renovate configuration --- .gitlab-ci.yml | 4 ++-- renovate.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1e7f69..69afe33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,10 @@ include: ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/bash' - ref: '3.1.2' + ref: '3.1' file: 'templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' - ref: '3.3.1' + ref: '3.3' file: '/templates/gitlab-ci-semrel.yml' stages: diff --git a/renovate.json b/renovate.json index 834f47c..5553636 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" + ], + "packageRules": [ + { + "matchDatasources": [ + "gitlab-tags" + ], + "versioning": "docker" + } ] } -- GitLab