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:
Josh Mock
2025-02-10 13:13:02 -06:00
committed by GitHub
parent a25bc97297
commit 9e4572f4e1

View File

@ -21,6 +21,12 @@
"dockerfile"
],
"pinDigests": false
},
{
"matchDatasources": [
"docker"
],
"pinDigests": false
}
]
}