summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-16 21:31:37 +0100
committerGitHub <noreply@github.com>2022-12-16 21:31:37 +0100
commitc60056edbf0de4161793b533a4a9feb21b32f6bd (patch)
tree1a2fbaea4d4b992595c68f31709498a45e60afa3
parenta6ad67903c3192974abd73c9224912bc3080f9d9 (diff)
Configure Renovate (#1)
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.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"]
+}