Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jun 30, 2023
1 parent 8db04de commit ee35014
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,32 @@
"matchDatasources": ["npm"],
"groupName": "Minor frontend dependencies",
"matchUpdateTypes": ["minor", "patch"],
"schedule": ["before 8am every month on the 1st"],
"schedule": ["before 8am every weekday", "on the first day of the month"],
"enabled": false
},
{
"matchDatasources": ["npm"],
"groupName": "Major frontend dependencies",
"matchUpdateTypes": ["major"],
"schedule": [
"before 8am every 3 months on the 1st"
"before 8am every weekday",
"every 3 months on the first day of the month"
],
"enabled": false
},
{
"matchDatasources": ["nuget"],
"groupName": "Minor backend dependencies",
"matchUpdateTypes": ["minor", "patch"],
"schedule": ["before 8am every month on the 1st"]
"schedule": ["before 8am every weekday", "on the first day of the month"]
},
{
"matchDatasources": ["nuget"],
"groupName": "Major backend dependencies",
"matchUpdateTypes": ["major"],
"schedule": [
"before 8am every 3 months on the 1st"
"before 8am every weekday",
"every 3 months on the first day of the month"
]
},
{
Expand Down

0 comments on commit ee35014

Please sign in to comment.