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

chore(deps): update renovate configuration

parent 51fdcf53
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ 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'
  - local: "templates/gitlab-ci-semrel.yml"

+8 −0
Original line number Diff line number Diff line
@@ -3,5 +3,13 @@
  "extends": [
    "config:base",
    ":disableDependencyDashboard"
  ],
  "packageRules": [
    {
      "matchDatasources": [
        "gitlab-tags"
      ],
      "versioning": "docker"
    }
  ]
}