Explorar o código

Merge pull request #8571 from jellyfin/renovate/configure

Configure Renovate
Cody Robibero %!s(int64=2) %!d(string=hai) anos
pai
achega
3b3eb8bdfe
Modificáronse 2 ficheiros con 6 adicións e 15 borrados
  1. 0 15
      .github/dependabot.yml
  2. 6 0
      .github/renovate.json

+ 0 - 15
.github/dependabot.yml

@@ -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

+ 6 - 0
.github/renovate.json

@@ -0,0 +1,6 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "github>jellyfin/.github//renovate-presets/dotnet"
+  ]
+}