From 9f14f434a9fd45a5584a4e4cee28324567571b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kadir=20Ayd=C4=B1nl=C4=B1?= <9320037+kadiraydinli@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:24:58 +0300 Subject: [PATCH] chore: stop scheduled dependency pull requests Version updates opened a pull request for every new release, including react-native, whose version here only sets what the library is built against. Security advisories are handled by Dependabot's alert flow, which does not need this file. --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6c24217..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - - - package-ecosystem: npm - directory: / - schedule: - interval: monthly - open-pull-requests-limit: 5 - groups: - dev-dependencies: - dependency-type: development