Skip to content

chore: add Dependabot config for automated dependency updates - #309

Open
birme wants to merge 1 commit into
mainfrom
chore/253-dependabot-config
Open

chore: add Dependabot config for automated dependency updates#309
birme wants to merge 1 commit into
mainfrom
chore/253-dependabot-config

Conversation

@birme

@birme birme commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add .github/dependabot.yml to the backend repo (previously had none, unlike the frontend).
  • Enable the npm ecosystem at the repo root on a weekly schedule with an open-PR limit of 10; ignore semver-major bumps so majors are handled manually.
  • Also enable the github-actions ecosystem (weekly, limit 5) to keep workflow actions current.

Test plan

  • YAML parses (validated locally with the yaml parser — version 2, npm + github-actions).
  • Dependabot picks up the config and begins opening update PRs after merge.

Closes #253

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Adds .github/dependabot.yml covering the npm ecosystem (root) and
github-actions, both on a weekly schedule. Major version bumps are
ignored for npm so they can be handled manually, mirroring the intent
of the frontend Dependabot setup.

Closes #253
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.

Add Dependabot config to backend repo for automated dependency updates

2 participants