Skip to content

Commit

Permalink
Merge pull request #45 from Appsilon/renovate_weekly
Browse files Browse the repository at this point in the history
Update renovate to perform weekly checks
  • Loading branch information
averissimo authored Aug 4, 2023
2 parents 37b3708 + bb88b83 commit ee4f7fe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"config:base",
"group:allNonMajor",
"schedule:weekly"
],
"major": {
"dependencyDashboardApproval": true
}
}

0 comments on commit ee4f7fe

Please sign in to comment.