Skip to content

Commit

Permalink
chore: set auromerge settings explicitly (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Aug 14, 2024
1 parent c4fd74f commit 4db920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
":enablePreCommit",
":maintainLockFilesWeekly"
],
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"platformAutomerge": true,
"packageRules": [
{
Expand Down
2 changes: 2 additions & 0 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
":enablePreCommit",
":maintainLockFilesWeekly"
],
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"platformAutomerge": true,
"packageRules": [
[%- if repo_name == 'ss-cpp' %]
Expand Down

0 comments on commit 4db920d

Please sign in to comment.