Skip to content

chore: add dependabot configuration#36

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

chore: add dependabot configuration#36
Copilot wants to merge 1 commit into
mainfrom
copilot/copy-dependabot-configuration

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

Copies the dependabot configuration from wgtechlabs/unthread-webhook-server.

Changes

  • Added .github/dependabot.yml with weekly update checks for:
    • npm dependencies (grouped minor/patch updates)
    • GitHub Actions versions
    • Docker base images
  • All updates target the dev branch and are scheduled every Monday
  • PRs are labeled with security and infra

…ebhook-server

Agent-Logs-Url: https://github.com/warengonzaga/fork-corner/sessions/542db8e1-b764-4457-83a4-12aa54a6b134

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copilot AI requested a review from warengonzaga May 9, 2026 12:39
@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

Copilot AI left a comment

Copy link
Copy Markdown

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 against the dev branch.

Changes:

  • Introduces .github/dependabot.yml with weekly update checks for npm dependencies (with minor/patch grouping)
  • Adds scheduled update checks for GitHub Actions and Docker ecosystems
  • Applies consistent PR labeling (security, infra) and a custom commit message prefix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml
Comment on lines +23 to +36
# GitHub Actions versions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5
commit-message:
prefix: "☕ chore"
labels:
- "security"
- "infra"

Comment thread .github/dependabot.yml
Comment on lines +36 to +49

# Docker base image
- package-ecosystem: "docker"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 3
commit-message:
prefix: "☕ chore"
labels:
- "security"
- "infra"
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