Skip to content

chore: add enterprise Dependabot configuration - #328

Open
somethingwithproof wants to merge 5 commits into
developfrom
chore/dependabot-config
Open

chore: add enterprise Dependabot configuration#328
somethingwithproof wants to merge 5 commits into
developfrom
chore/dependabot-config

Conversation

@somethingwithproof

Copy link
Copy Markdown
Member

Adds grouped, cooled-down Dependabot updates with standard labels for detected ecosystems.

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

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 configuration for this repository to manage GitHub Actions dependency updates in a grouped, labeled, and standardized way (targeting the develop branch).

Changes:

  • Introduces weekly Dependabot updates for the github-actions ecosystem at repo root.
  • Groups all GitHub Actions updates into a single Dependabot group and applies standard labels.
  • Standardizes Dependabot PR commit messages via commit-message settings.

Comment thread .github/dependabot.yml
Three defects, all failing open or failing at setup:

- the plugin syntax check redirected find's own output rather than php's, so
  PHP errors never reached the grep testing for them; the step could not fail
- MYSQL_AUTH_USR carried a literal tilde, because parameter expansion happens
  after tilde expansion, so MySQL was handed a path it could not resolve
- the Cacti checkout took the default branch, which is 1.3 in development and
  whose CLI installer currently fatals with an undefined __()

plugin_syslog additionally installed libapache2-mod-php${{ matrix.php }},
which Ubuntu does not package, so apt exited 100 before Cacti was reached.

Verified with actionlint, which is clean on the result.

Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
# Conflicts:
#	.github/workflows/plugin-ci-workflow.yml
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