Skip to content

Commit

Permalink
🔧 (gh-renovate): Allow Renovate to create PR automatically
Browse files Browse the repository at this point in the history
Renovate should create PR for anything but critical things like
Dockerfile dependencies.

Signed-off-by: Alexandre Nicolaie <xunleii@users.noreply.github.com>
  • Loading branch information
xunleii committed Apr 20, 2024
1 parent 1c3fc49 commit 17044ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"extends": [
":automergeAll",
":automergeRequireAllStatusChecks",
":dependencyDashboardApproval",
":gitSignOff",
"config:best-practices",
"regexManagers:dockerfileVersions",
Expand All @@ -29,6 +28,10 @@
{
"commitMessagePrefix": ":arrow_up: (dependencies):",
"matchUpdateTypes": ["minor", "patch", "digest", "bump", "replacement"]
},
{
"dependencyDashboardApproval": true,
"matchFileNames": ["Dockerfile"]
}
],
"semanticCommits": "disabled",
Expand Down

0 comments on commit 17044ee

Please sign in to comment.