From 10a71213f3703659f53ac1101024d10ce70516e9 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 12 Jun 2024 15:27:48 +0200 Subject: [PATCH] use renovate instead of dependabot --- .github/dependabot.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8f314def..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "maven" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 50 - - package-ecosystem: "npm" - directory: "/commafeed-client" - schedule: - interval: "monthly" - open-pull-requests-limit: 50 - groups: - mantine: - patterns: - - "@mantine/*" - lingui: - patterns: - - "@lingui/*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10