aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-09 09:00:18 -0700
committerGitHub <noreply@github.com>2024-03-09 09:00:18 -0700
commit3cd73dab10bcdbef0f3b62da097df6966300e076 (patch)
treef936e2395f7492b6dafff6ac049f6335530c2177
parentEnsure preserve-env is set everywhere (diff)
downloadjellyfin-packaging-3cd73dab10bcdbef0f3b62da097df6966300e076.tar.gz
jellyfin-packaging-3cd73dab10bcdbef0f3b62da097df6966300e076.tar.bz2
jellyfin-packaging-3cd73dab10bcdbef0f3b62da097df6966300e076.zip
Configure Renovate (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--.github/renovate.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..2c0f548
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["github>jellyfin/.github//renovate-presets/default"]
+}
bgstack15