Skip to content

Commit

Permalink
chore: add renovate (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Jan 26, 2025
1 parent 28f4426 commit 28ea01a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"groupName": "dependencies",
"matchUpdateTypes": [
"minor",
"patch"
],
"schedule": [
"before 9am on monday"
]
}
]
}

0 comments on commit 28ea01a

Please sign in to comment.