Skip to content

Commit

Permalink
Disable Dockerfile Node.js upgrades by Renovate (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Dec 2, 2024
1 parent 101f34b commit 0f187f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
"labels": [
"backport 8.x"
]
},
{
"matchPackageNames": [
"node"
],
"matchManagers": [
"dockerfile"
],
"enabled": false
}
]
}

0 comments on commit 0f187f4

Please sign in to comment.