Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron5670 authored Aug 24, 2022
1 parent af85068 commit dc0b2f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": ["config:base", ":dependencyDashboardApproval"],
"labels": ["dependencies"],
"baseBranches": ["main"],
"requiredStatusChecks": null,
"timezone": "Europe/Amsterdam",
"schedule": [
"after 8am every weekday",
Expand All @@ -12,7 +13,8 @@
{
"matchDepTypes": ["devDependencies", "dependencies"],
"matchUpdateTypes": ["patch"],
"groupName": "(Dev) Dependencies (patch)"
"groupName": "(Dev) Dependencies (patch)",
"automerge": true
},
{
"matchPackageNames": ["^@react"],
Expand Down

0 comments on commit dc0b2f9

Please sign in to comment.