mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-01-12 22:53:44 +08:00
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.
8 lines
92 B
JSON
8 lines
92 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":preserveSemverRanges",
|
|
"docker:disable"
|
|
]
|
|
}
|