Disable Dockerfile Node.js upgrades by Renovate (#2509)

This commit is contained in:
Josh Mock
2024-12-02 12:17:45 -06:00
committed by GitHub
parent 101f34bd5e
commit 0f187f47c4

View File

@ -15,6 +15,15 @@
"labels": [
"backport 8.x"
]
},
{
"matchPackageNames": [
"node"
],
"matchManagers": [
"dockerfile"
],
"enabled": false
}
]
}