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