Skip to content

chore: standardize enterprise Dependabot configuration#226

Open
somethingwithproof wants to merge 7 commits into
Cacti:developfrom
somethingwithproof:chore/dependabot-config
Open

chore: standardize enterprise Dependabot configuration#226
somethingwithproof wants to merge 7 commits into
Cacti:developfrom
somethingwithproof:chore/dependabot-config

Conversation

@somethingwithproof

Copy link
Copy Markdown
Contributor

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:52
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces GitHub automation configuration intended to standardize dependency update management, and additionally adds a security scanning workflow via CodeQL.

Changes:

  • Added a new Dependabot configuration to group GitHub Actions updates, apply a cooldown window, add standard labels, and standardize commit message prefixes.
  • Added a new CodeQL workflow to run Ruby analysis on pushes/PRs to selected branches, plus a weekly scheduled scan.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/codeql.yml Adds a CodeQL analysis workflow (Ruby) triggered on push/PR, schedule, and manual dispatch.
.github/dependabot.yml Adds a Dependabot v2 config for grouped GitHub Actions dependency updates targeting develop.

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

Comment thread .github/workflows/codeql.yml Outdated
Comment on lines +1 to +3
name: "CodeQL"

on:
Comment thread .github/workflows/codeql.yml Outdated
Comment on lines +14 to +16
schedule:
- cron: "30 1 * * 1"
workflow_dispatch:
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