summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornzbr <mail@nzbr.de>2023-06-16 22:32:56 +0200
committernzbr <mail@nzbr.de>2023-06-17 01:25:10 +0200
commite7554e6f70692a6298f3a573ccce3820d2dc686b (patch)
tree073e7b8648cb5eaa3d6da4782a67af5405747653 /.github
parentc73a0c877970ddb4535befa53d6d6e7838679976 (diff)
move renovate.json to .github
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json56
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
new file mode 100644
index 0000000..39a2b6e
--- /dev/null
+++ b/.github/renovate.json5
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base"
+ ]
+}