From 9fb177b45dedf2d203484cb9ae0eafc9b6c9a8c3 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 8 Sep 2023 08:40:06 -0400 Subject: [PATCH] Remove dependabot config and update renovate to use org preset --- .github/dependabot.yml | 9 --------- renovate.json => .github/renovate.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (61%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4a64b1cb..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: -# Fetch and update latest `github-actions` pkgs -- package-ecosystem: github-actions - directory: '/' - schedule: - interval: daily - time: '00:00' - open-pull-requests-limit: 10 diff --git a/renovate.json b/.github/renovate.json similarity index 61% rename from renovate.json rename to .github/renovate.json index 39a2b6e9..c9a7ec06 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "github>jellyfin/.github//renovate-presets/nodejs" ] }