Skip to content

Commit

Permalink
add setting to explicitly set automergeStrategy to squach (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbordash2 authored Nov 6, 2024
1 parent 4914a7c commit c20c8af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
{
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "group all `cspell` related packages together and enable automerge",
"groupName": "cspell",
Expand Down Expand Up @@ -78,6 +79,7 @@
"changelog:skip"
],
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "automerge devcontainer updates",
"matchManagers": [
Expand All @@ -89,6 +91,7 @@
"changelog:skip"
],
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "automerge github actions and runner updates",
"matchManagers": [
Expand All @@ -100,6 +103,7 @@
"changelog:skip"
],
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "automerge lockfile updates",
"gitLabIgnoreApprovals": true,
Expand All @@ -123,6 +127,7 @@
},
{
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "npm - bump & automerge",
"matchManagers": [
Expand All @@ -145,6 +150,7 @@
},
{
"automerge": true,
"automergeStrategy": "squash",
"automergeType": "pr",
"description": "poetry - bump & automerge",
"matchManagers": [
Expand Down

0 comments on commit c20c8af

Please sign in to comment.