Skip to content

Commit

Permalink
chore: configure renovate autoapprove (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly authored Dec 23, 2024
1 parent 2dc8214 commit 692cf7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"automerge": true,
"autoApprove": true

},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
"automerge": true,
"autoApprove": true
}
]
}

0 comments on commit 692cf7f

Please sign in to comment.