Skip to content

Commit

Permalink
chore: Configure Renovate (#1215)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and jobobby04 authored Jun 26, 2024
1 parent 6988966 commit d35141c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["Dependencies"],
"includePaths": [".github/workflows/*", "gradle/sy.versions.toml"],
}

0 comments on commit d35141c

Please sign in to comment.