diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a65f8c50f026375c2aca18a07a79a01eee094554..4d1602ad68e11a10e89807e088e089a691c80bde 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" + } ] }