Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 27, 2024
1 parent 946b4ab commit 9382d14
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
"extends": ["config:recommended"],
"labels": ["dependencies"],
"timezone": "UTC",
"schedule": "before 5am every weekday",
"npm": {
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"commitMessagePrefix": "chore(deps):"
}
]
}
}

0 comments on commit 9382d14

Please sign in to comment.