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

chore(deps): update renovate configuration [skip ci]

parent 450e1ded
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
include:
  # Angular template
  - project: 'to-be-continuous/angular'
    ref: '4.3.2'
    ref: '4.3'
    file: '/templates/gitlab-ci-angular.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"
    }
  ]
}