Skip to content

chore: standardize enterprise Dependabot configuration#31

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

chore: standardize enterprise Dependabot configuration#31
somethingwithproof wants to merge 6 commits into
Cacti:developfrom
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:54

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 new GitHub automation configuration intended to standardize dependency update PRs and add CodeQL code scanning to the repository.

Changes:

  • Add a Dependabot configuration for GitHub Actions updates (grouped PRs, labels, commit message prefixing).
  • Add a new CodeQL GitHub Actions workflow to run scheduled and PR/push code scanning across a language matrix.

Reviewed changes

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

File Description
.github/workflows/codeql.yml Adds a CodeQL analysis workflow with concurrency control and a language matrix.
.github/dependabot.yml Adds Dependabot configuration for GitHub Actions dependency updates targeting develop.

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

Comment thread .github/dependabot.yml
Comment on lines +6 to +10
schedule: {interval: weekly, day: friday}
open-pull-requests-limit: 5
cooldown: {default-days: 7}
groups:
github-actions: {patterns: ["*"]}
Comment thread .github/workflows/codeql.yml Outdated
Comment on lines +5 to +8
branches: [main, master, develop, regression-audit]
paths-ignore:
- "**/*.php"
- "**/*.md"
Comment thread .github/workflows/codeql.yml Outdated
Comment on lines +33 to +35
matrix:
language: ["javascript-typescript", "ruby"]
steps:
Comment thread .github/workflows/codeql.yml Outdated
@@ -0,0 +1,47 @@
name: "CodeQL"
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