Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
change renovate config to do monthly batches
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Mar 2, 2022
1 parent b0d26a4 commit ee9fd1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"config:base"
],
"reviewers": [
"gstoehld"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"groupName": "dependencies"
}
],
"schedule": [
"before 3am on the first day of the month"
]
}

0 comments on commit ee9fd1e

Please sign in to comment.