Skip to content

Commit

Permalink
ci: automate upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Aug 20, 2023
1 parent c6c467d commit f60c69c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"schedule:weekends",
"schedule:automergeWeekly",
"npm:unpublishSafe"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit f60c69c

Please sign in to comment.