diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-09 09:00:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 09:00:18 -0700 |
commit | 3cd73dab10bcdbef0f3b62da097df6966300e076 (patch) | |
tree | f936e2395f7492b6dafff6ac049f6335530c2177 /.github/renovate.json | |
parent | Ensure preserve-env is set everywhere (diff) | |
download | jellyfin-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>
Diffstat (limited to '.github/renovate.json')
-rw-r--r-- | .github/renovate.json | 4 |
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"] +} |