Skip to content

Commit

Permalink
fix: use renovate automerge schedule
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <[email protected]>
  • Loading branch information
msclock committed Dec 9, 2024
1 parent 3b6a9e5 commit a4439a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"ignoreScripts": false,
"platformAutomerge": true,
"platformAutomerge": false,
"packageRules": [
{
"automerge": true,
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"ignoreScripts": false,
"platformAutomerge": true,
"platformAutomerge": false,
"packageRules": [
{
"automerge": true,
Expand Down

0 comments on commit a4439a0

Please sign in to comment.