Merge pull request 'enable automerge for minor and patch updates' (#24) from cswimr-patch-minor-automerge into main
All checks were successful
Renovate / Run (push) Successful in 3m9s

Reviewed-on: #24
This commit is contained in:
cswimr 2025-01-20 15:05:05 -05:00
commit 7e0ab9fdf6
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -5,7 +5,7 @@
],
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]