Update renovate.json

This commit is contained in:
Bryan Naegele 2023-12-11 10:41:21 -07:00 committed by GitHub
parent c03229de5f
commit 8af382e26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
"packageRules": [
{
"matchDatasources": ["hex"],
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"addLabels": ["skip-changelog"]
}
]