diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-16 21:31:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 21:31:25 +0100 |
commit | d490d5aa3df2aa909b50559ba07688a34ed5f93f (patch) | |
tree | 1b7ae944adb9df7f0d5216363ef3e6e78ba95cf9 | |
parent | 601508f7937710040a3347ece5d94efc91ffb855 (diff) |
Configure Renovate (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
-rw-r--r-- | renovate.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f59f762 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json" +, "extends": ["local>benkard/.github:renovate-config"] +} |