Skip to content

Commit

Permalink
chore: adding constraint to Docker major upgrade using Renovate [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
juancarlosjr97 committed Feb 25, 2024
1 parent 9db0618 commit b9e9b55
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
"regexManagers:dockerfileVersions",
"group:all"
],
"automerge": true
"packageRules": [
{
"matchDatasources": [
"docker"
],
"dependencyDashboardApproval": true,
"groupName": "Node LTS",
"matchUpdateTypes": [
"major"
]
}
]
}

0 comments on commit b9e9b55

Please sign in to comment.