Commit 2b1c2b5b authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

chore(deps): update renovate configuration

parent 000de948
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
+8 −0
Original line number Diff line number Diff line
@@ -3,5 +3,13 @@
  "extends": [
    "config:base",
    ":disableDependencyDashboard"
  ],
  "packageRules": [
    {
      "matchDatasources": [
        "gitlab-tags"
      ],
      "versioning": "docker"
    }
  ]
}