Skip to content

Commit

Permalink
[Rennovate]: Enable automerge for devDependencies, minor and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Sep 18, 2024
1 parent 56572b0 commit 1b5c7b0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"schedule": ["at 10:00am on Sunday"]
"schedule": ["at 10:00am on Sunday"],
"platformAutomerge": true
}

0 comments on commit 1b5c7b0

Please sign in to comment.