Skip to content

⚙️ setup: add dependabot configuration#43

Open
Copilot wants to merge 1 commit intomainfrom
copilot/copy-dependabot-configuration
Open

⚙️ setup: add dependabot configuration#43
Copilot wants to merge 1 commit intomainfrom
copilot/copy-dependabot-configuration

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

Summary

Copies the Dependabot configuration from wgtechlabs/unthread-webhook-server into this repository.

Changes

  • Added .github/dependabot.yml with:
    • npm ecosystem — weekly updates (Mondays), grouped minor/patch PRs, limit 10 PRs
    • GitHub Actions ecosystem — weekly updates (Mondays), limit 5 PRs
    • Docker ecosystem omitted — no Dockerfile exists in this repo
    • All PRs target the dev branch
    • Commit message prefix: ☕ chore
    • Labels: security, infra

Agent-Logs-Url: https://github.com/warengonzaga/magic-commit/sessions/939393b3-c09b-499c-a445-e31fad4e70f2

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copilot AI requested a review from warengonzaga May 9, 2026 12:40
@warengonzaga warengonzaga marked this pull request as ready for review May 9, 2026 12:44
Copilot AI review requested due to automatic review settings May 9, 2026 12:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Dependabot configuration to automate dependency update PRs for this repository, aligning updates with the dev-branch contribution flow.

Changes:

  • Introduces .github/dependabot.yml for weekly npm dependency updates with minor/patch grouping.
  • Adds weekly GitHub Actions version update PRs.
  • Standardizes Dependabot PR metadata (target branch, commit message prefix, labels, PR limits).

Comment thread .github/dependabot.yml
- "infra"
groups:
# Group minor/patch updates together to reduce PR noise
minor-and-patch:
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.

3 participants