Another attempt to get Renovate to stop trying to upgrade a Docker image (#2614)
The Docker image version is dictated by an upstream env var so the change it keeps trying to make will have no effect anyway.
This commit is contained in:
@ -21,6 +21,12 @@
|
||||
"dockerfile"
|
||||
],
|
||||
"pinDigests": false
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"pinDigests": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user