Skip to content

Add group for GitHub Actions in Dependabot config#10

Merged
alexdej merged 1 commit intomainfrom
alexdej-patch-1
Mar 26, 2026
Merged

Add group for GitHub Actions in Dependabot config#10
alexdej merged 1 commit intomainfrom
alexdej-patch-1

Conversation

@alexdej
Copy link
Copy Markdown
Owner

@alexdej alexdej commented Mar 26, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 26, 2026 21:45
@alexdej alexdej merged commit f951e44 into main Mar 26, 2026
22 checks passed
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 intended to group GitHub Actions dependency updates so they are raised together on a weekly schedule.

Changes:

  • Introduces .github/dependabot.yml with a weekly update schedule.
  • Adds a groups.github-actions rule to group updates using patterns: ["*"].

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

Comment thread .github/dependabot.yml

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

package-ecosystem is currently set to an empty string, which makes this Dependabot config invalid/ineffective. If the intent is to group GitHub Actions updates, set package-ecosystem: "github-actions" (and keep directory: "/").

Suggested change
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "github-actions" # See documentation for possible values

Copilot uses AI. Check for mistakes.
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.

2 participants