Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
chore: reconfigure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 10, 2024
1 parent 360c346 commit 21a85d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"automerge": true
},
{
"matchUpdateTypes": ["lockFileMaintenance", "patch", "pin"],
"matchUpdateTypes": [
"lockFileMaintenance",
"patch",
"replacement",
"rollback"
],
"automerge": true
},
{
Expand All @@ -40,6 +45,7 @@
"pre-commit": {
"enabled": true
},
"rollbackPrs": true,
"semanticCommits": "enabled",
"schedule": ["at any time"]
}

0 comments on commit 21a85d5

Please sign in to comment.