chore: Configure Renovate (#1215)

* Add renovate.json

* Only update specific files

* Add a glob

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jobobby04 <jobobby04@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-26 19:57:10 -04:00 committed by GitHub
parent 6988966019
commit d35141c1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.github/renovate.json5 vendored Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["Dependencies"],
"includePaths": [".github/workflows/*", "gradle/sy.versions.toml"],
}