Skip to content

chore: stop scheduled dependency pull requests - #79

Merged
kadiraydinli merged 1 commit into
mainfrom
chore/dependabot-scope
Jul 30, 2026
Merged

chore: stop scheduled dependency pull requests#79
kadiraydinli merged 1 commit into
mainfrom
chore/dependabot-scope

Conversation

@kadiraydinli

Copy link
Copy Markdown
Owner

Summary

Removes .github/dependabot.yml. Scheduled version updates opened a pull request
for every new release of every dependency — the first run produced seven at once,
including a react-native bump. That version only sets what the library is built
and tested against; consumers resolve the peer dependency range instead, so moving
it is a support decision rather than routine maintenance.

Security advisories are unaffected. Dependabot's alert flow does not read this file,
so vulnerability pull requests keep arriving; only the "a newer version exists"
noise goes away. Routine upgrades now happen when they are actually wanted.

Test plan

Configuration only — no source, build or workflow files touched. Nothing to run.

Checklist

  • yarn lint and yarn typecheck pass
  • yarn test passes
  • Tested in the example app — not applicable
  • README updated if the public API changed — not applicable

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.
@kadiraydinli
kadiraydinli merged commit a647297 into main Jul 30, 2026
5 checks passed
@kadiraydinli
kadiraydinli deleted the chore/dependabot-scope branch July 30, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant