aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-10-18 14:22:30 -0600
committerGitHub <noreply@github.com>2022-10-18 14:22:30 -0600
commit3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (patch)
tree8c3387ed1c5b72cc51b434bc2529091bdc677683
parent23285a2629dca33c3a054ac37d33a0315a69a572 (diff)
parent5ab234d9d97e93424be5a75aa248168bb79deca9 (diff)
Merge pull request #8571 from jellyfin/renovate/configure
Configure Renovate
-rw-r--r--.github/dependabot.yml15
-rw-r--r--.github/renovate.json6
2 files changed, 6 insertions, 15 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 70bcd4973..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: nuget
- directory: "/"
- schedule:
- interval: weekly
- time: '12:00'
- open-pull-requests-limit: 10
-
-- package-ecosystem: github-actions
- directory: '/'
- schedule:
- interval: weekly
- time: '12:00'
- open-pull-requests-limit: 10
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 000000000..5ca683876
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "github>jellyfin/.github//renovate-presets/dotnet"
+ ]
+}