summaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-16 21:31:25 +0100
committerGitHub <noreply@github.com>2022-12-16 21:31:25 +0100
commitd490d5aa3df2aa909b50559ba07688a34ed5f93f (patch)
tree1b7ae944adb9df7f0d5216363ef3e6e78ba95cf9 /renovate.json
parent601508f7937710040a3347ece5d94efc91ffb855 (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>
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json3
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"]
+}