Files
yarn/renovate.json
Burak Yiğit Kaya a9e33d86a7 ci(renovate): Disable Renovate Docker support (#5646)
Renovate constantly nags us about pinning Docker image versions which we intentionally don't want to
(see #5622). This PR disables the whole Docker integration since we want our config to stay in this
very specific way for CI.
2018-04-11 07:59:38 -07:00

8 lines
92 B
JSON

{
"extends": [
"config:base",
":preserveSemverRanges",
"docker:disable"
]
}