diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1e7f6957ab3166c49870e1d729331b1a1b26da8..69afe330ce1a6ada1db9dd1ab921506a6c33dfdd 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 834f47c3a5772d48bdc74e188ee897ef1abc51b2..55536361a66172e13189ca81de0fa53814a29475 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" + ], + "packageRules": [ + { + "matchDatasources": [ + "gitlab-tags" + ], + "versioning": "docker" + } ] }