Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent c066806 commit 8b8f8e8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"extends": [
"config:base"
"config:recommended"
],
"timezone": "Asia/Calcutta",
"schedule": ["before 3am on the first day of the month"],
"schedule": [
"before 3am on the first day of the month"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies", "dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"matchDepTypes": [
"devDependencies",
"dependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "dependencies"
}
]
Expand Down

0 comments on commit 8b8f8e8

Please sign in to comment.