Skip to content

chore: add enterprise Dependabot configuration#89

Open
somethingwithproof wants to merge 3 commits into
Cacti:mainfrom
somethingwithproof:chore/dependabot-config
Open

chore: add enterprise Dependabot configuration#89
somethingwithproof wants to merge 3 commits into
Cacti:mainfrom
somethingwithproof:chore/dependabot-config

Conversation

@somethingwithproof

Copy link
Copy Markdown

Adds grouped, cooled-down Dependabot updates with standard ecosystem labels and commit prefixes.

Copilot AI review requested due to automatic review settings July 14, 2026 17:51

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

Adds a Dependabot v2 configuration to automate (and group) GitHub Actions dependency update PRs targeting the main branch, with standardized labels and commit message prefixing.

Changes:

  • Configure weekly Dependabot updates for the github-actions ecosystem at repository root.
  • Add grouping to consolidate all GitHub Actions updates into a single PR group.
  • Apply consistent labels and commit-message prefix/scope formatting for generated PRs.

Comment thread .github/dependabot.yml Outdated
Comment on lines +6 to +12
schedule: {interval: weekly, day: friday}
open-pull-requests-limit: 5
cooldown: {default-days: 7}
groups:
github-actions: {patterns: ["*"]}
labels: [dependencies, github-actions]
commit-message: {prefix: ci, include: scope}
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