Skip to content

Configure Dependabot updates to open PRs against next - #172

Merged
ss-o merged 1 commit into
mainfrom
copilot/ensure-dependabot-config
Jul 24, 2026
Merged

Configure Dependabot updates to open PRs against next#172
ss-o merged 1 commit into
mainfrom
copilot/ensure-dependabot-config

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Dependabot was configured for GitHub Actions updates but did not specify the integration branch, so update PRs could default away from the repository’s next flow. This change aligns Dependabot’s PR target with the branch policy.

  • What changed

    • Updated .github/dependabot.yml for the github-actions ecosystem to explicitly set target-branch: "next".
  • Resulting behavior

    • Dependabot-generated GitHub Actions dependency PRs are now opened against next rather than relying on default branch inference.
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    target-branch: "next"

@ss-o
ss-o marked this pull request as ready for review July 24, 2026 00:38
Copilot AI review requested due to automatic review settings July 24, 2026 00:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Aligns Dependabot’s GitHub Actions update PRs with the repository’s branch workflow by explicitly targeting the next integration branch, avoiding reliance on default-branch inference.

Changes:

  • Set target-branch: "next" for the github-actions ecosystem in .github/dependabot.yml.

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

@ss-o
ss-o merged commit 92afd69 into main Jul 24, 2026
5 checks passed
@ss-o
ss-o deleted the copilot/ensure-dependabot-config branch July 24, 2026 00:41
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