Skip to content

chore: standardize enterprise Dependabot configuration#548

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

chore: standardize enterprise Dependabot configuration#548
somethingwithproof wants to merge 5 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

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

This PR adds repository automation configuration under .github/ to manage dependency update PRs and introduce CodeQL code scanning.

Changes:

  • Add a new CodeQL GitHub Actions workflow to analyze a language matrix on pushes/PRs/schedule.
  • Add a new Dependabot configuration to group GitHub Actions updates, apply labels, set commit message prefixing, and apply a cooldown.

Reviewed changes

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

File Description
.github/workflows/codeql.yml Introduces a CodeQL workflow (currently has workflow-expression issues that will break runs).
.github/dependabot.yml Adds grouped Dependabot updates for GitHub Actions targeting the develop branch with labels and commit message conventions.

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

Comment thread .github/workflows/codeql.yml Outdated
Comment on lines +18 to +26
concurrency:
group: codeql-${{ github.ref }}-${{ matrix.language }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 20
Comment thread .github/workflows/codeql.yml Outdated
strategy:
fail-fast: false
matrix:
language: ["c-cpp", "ruby"]
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants