Skip to content

Commit

Permalink
try silent automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
huettner94 committed Jul 21, 2024
1 parent fd9543a commit 37a12a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: test
on:
push:
branches:
- main
- "**"
pull_request:
branches:
- main
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "pr",
"automergeType": "branch",
"platformAutomerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"automergeType": "branch"
}
]
}

0 comments on commit 37a12a9

Please sign in to comment.