Skip to content

Commit

Permalink
chore: enable renovate automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 2, 2024
1 parent 069c480 commit 6d0b09d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [
"config:base"
],
"schedule": ["on monday"]
"groupName": "all",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 6d0b09d

Please sign in to comment.