Skip to content

Commit

Permalink
Disable Dockerfile Node.js upgrades by Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Dec 2, 2024
1 parent 26ae260 commit 9ad1aa0
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 9ad1aa0

Please sign in to comment.