Add Dependabot configuration#7
Open
Copilot wants to merge 2 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/warengonzaga/love-cards/sessions/7997d3a6-cd5b-4018-9942-0870ec30fcbe 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:38
View session
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Dependabot configuration to automate weekly dependency update PRs targeting the dev branch.
Changes:
- Introduces
.github/dependabot.ymlwith weekly checks for npm, GitHub Actions, and Docker ecosystems. - Groups npm minor/patch updates and applies consistent PR limits, labels, and commit message prefixing.
💡 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" |
Owner
|
@copilot apply changes based on the comments in this thread |
…ockerfile present) Agent-Logs-Url: https://github.com/warengonzaga/love-cards/sessions/14aee106-86dc-464e-92f9-78d0ac0e28ee Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Author
Done in ab4848f. Removed both the |
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, scoped to the ecosystems present in this repository.
Changes
.github/dependabot.ymlwith weekly update checks for:devbranch with the☕ chorecommit prefix andsecurity/infralabels.