diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7b4dc0c..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,41 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "bun" - directory: "/" - schedule: - interval: "monthly" - open-pull-requests-limit: 2 - groups: - all-dependencies: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - open-pull-requests-limit: 2 - groups: - all-actions: - patterns: - - "*" - - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "monthly" - open-pull-requests-limit: 2 - groups: - all-docker: - patterns: - - "*" - - - package-ecosystem: "docker-compose" - directory: "/" - schedule: - interval: "monthly" - open-pull-requests-limit: 2 - groups: - all-docker-compose: - patterns: - - "*"