소스 검색

Update and rename renovate.json to .github/renovate.json

Cody Robibero 2 년 전
부모
커밋
a6ff0ca876
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 0
      .github/renovate.json
  2. 0 6
      renovate.json

+ 6 - 0
.github/renovate.json

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

+ 0 - 6
renovate.json

@@ -1,6 +0,0 @@
-{
-    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-    "extends": [
-        "config:base"
-    ]
-}