chore: add dependabot configuration#36
Open
Copilot wants to merge 1 commit into
Open
Conversation
…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 created this pull request from a session on behalf of
warengonzaga
May 9, 2026 12:39
View session
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to automate dependency update PRs against the dev branch.
Changes:
- Introduces
.github/dependabot.ymlwith 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 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 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copies the dependabot configuration from wgtechlabs/unthread-webhook-server.
Changes
.github/dependabot.ymlwith weekly update checks for:devbranch and are scheduled every Mondaysecurityandinfra