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

chore(deps): update renovate configuration

parent a7a91da5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
include:
  # MkDocs template
  - project: 'to-be-continuous/mkdocs'
    ref: '2.1.0'
    ref: '2.1'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # S3 template
  - project: 'to-be-continuous/s3'
    ref: '4.1.1'
    ref: '4.1'
    file: '/templates/gitlab-ci-s3.yml'

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