Skip to content

Commit

Permalink
Configure Renovate to use automated pull requests (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper authored Oct 21, 2024
1 parent 59e535c commit 86288fa
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,35 @@
"extends": [
"config:base"
],
"baseBranches": ["dev"]
"baseBranches": [
"dev"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true,
"automergeType": "branch",
"groupName": "patch",
"schedule": [
"after 10pm and before 6:00am every day"
]
},
{
"matchUpdateTypes": [
"minor"
],
"automerge": false,
"schedule": [
"before 6:00am every friday"
]
}
],
"vulnerabilityAlerts": {
"labels": [
"Component::security"
],
"automerge": true
}
}

0 comments on commit 86288fa

Please sign in to comment.