Commit a7975bf1 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(ci): learn usage extends

parent 73129fe0
Loading
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "local>cicd/renovate"
  ],
  "ansible": {
    "managerFilePatterns": [
      "/(.*).ya?ml$/"
    ]
  },
  "gitlabci": {
    "enabled": false
  },
  "gitlabci-include": {
    "enabled": false
  }
  "extends": [ "local>cicd/renovate/ansible.json" ]
}