diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-16 20:40:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 20:40:37 +0100 |
commit | fdc55a81825e695048720d18efab2fcd4ba07f05 (patch) | |
tree | 6fe58762008353b7069cfc86898b1d1948077bb7 /renovate.json | |
parent | 91dbd7474041880d2babc7124fcce20fe61493c1 (diff) |
Add renovate.json (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} |