diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6bce7371b670e61697c08b6d384a1d52a85b1a0..5f5be668caaff330c52aec4ec042a4dbd913ca91 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 ec83b8bdf84470efdb62095dd2189d1c3e6d736a..a641afe3809c2508c348c44ef6bf09cf8b6166de 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" + ], + "packageRules": [ + { + "matchDatasources": [ + "gitlab-tags" + ], + "versioning": "docker" + } ] }