Configure Renovate (#223)

* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-09 19:02:23 -07:00 committed by GitHub
parent 7d50d86b95
commit c4f07a24a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
renovate.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["hex"],
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true,
"addLabels": ["skip-changelog"]
}
]
}