Skip to content

Commit

Permalink
[chore] #42 configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Jul 3, 2024
1 parent f8918ec commit bdf6e1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch"],
"groupName": "all minor and patch updates"
}
]
}

0 comments on commit bdf6e1c

Please sign in to comment.