From 0e65f71fe09889177c1732a6bdf9ab45423ad484 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:37:18 +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 b8fcd5c..09a9855 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 ec83b8b..a641afe 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" + ], + "packageRules": [ + { + "matchDatasources": [ + "gitlab-tags" + ], + "versioning": "docker" + } ] } -- GitLab