Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and omgitsjan committed Nov 4, 2024
1 parent 9f47ad9 commit fd91ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"timezone": "Europe/Berlin",
"packageRules": [
{
"updateTypes": ["patch"],
"matchUpdateTypes": ["patch"],
"groupName": "patch updates",
"groupSlug": "patch-updates",
"automerge": true,
"automergeType": "branch"
},
{
"updateTypes": ["minor"],
"matchUpdateTypes": ["minor"],
"groupName": "minor updates",
"groupSlug": "minor-updates"
},
{
"managers": ["npm"],
"matchManagers": ["npm"],
"assignees": ["omgitsjan"],
"reviewers": ["omgitsjan"],
"matchUpdateTypes": ["minor", "major", "patch"]
Expand Down

0 comments on commit fd91ffe

Please sign in to comment.