diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-10-18 10:08:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 10:08:55 -0600 |
| commit | a6ff0ca876d1512ba5932672523a8ff2434484e7 (patch) | |
| tree | 56aca162cc9842c3270c8bdbdde589f6c5e353f4 | |
| parent | ddc13de923ea98625cc959994d32e82b9d3a1411 (diff) | |
Update and rename renovate.json to .github/renovate.json
| -rw-r--r-- | .github/renovate.json | 6 | ||||
| -rw-r--r-- | renovate.json | 6 |
2 files changed, 6 insertions, 6 deletions
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" + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f9c2c3270..000000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] -} |
