Skip to content

ci(dependabot): self-manage config, opt-in devcontainers ecosystem#606

Merged
CybotTM merged 1 commit into
mainfrom
opt-in/dependabot-devcontainers
Jun 3, 2026
Merged

ci(dependabot): self-manage config, opt-in devcontainers ecosystem#606
CybotTM merged 1 commit into
mainfrom
opt-in/dependabot-devcontainers

Conversation

@CybotTM

@CybotTM CybotTM commented Jun 3, 2026

Copy link
Copy Markdown
Member

Follow-up to netresearch/.github#166, which trimmed the go-app template's dependabot.yml to the universally-present ecosystems (gomod, github-actions, docker). This repo has a .devcontainer, so it keeps the devcontainers ecosystem by self-managing .github/dependabot.yml and listing it under intentional-drift: in .github/template.yaml.

Also drops the ecosystem this repo has no manifest for (was failing Dependabot with dependency_file_not_found). Core blocks (gomod/github-actions/docker) stay in step with the template manually.

Test plan

  • After merge: event=dynamic Dependabot runs go green (no dependency_file_not_found).

The go-app template was trimmed to gomod/github-actions/docker
(netresearch/.github#166) because not all consumers have npm/devcontainers
manifests. This repo does, so it keeps the devcontainers block and marks
.github/dependabot.yml as intentional-drift to self-manage it.

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Copilot AI review requested due to automatic review settings June 3, 2026 09:59
@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@github-actions github-actions Bot added the ci label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request updates the repository's configuration to self-manage the Dependabot settings, marking .github/dependabot.yml as an intentional drift in .github/template.yaml. Specifically, it adds explanatory comments regarding this drift, removes the npm package ecosystem from Dependabot updates, and retains the devcontainers ecosystem. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@github-actions github-actions Bot 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.

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

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 updates the repository’s template-drift configuration so it can self-manage its Dependabot configuration: keeping the core ecosystems aligned with the shared go-app template while opting into devcontainers updates because this repo includes a .devcontainer/.

Changes:

  • Adds .github/dependabot.yml to .github/template.yaml intentional-drift so template sync doesn’t overwrite it.
  • Updates .github/dependabot.yml to remove the npm ecosystem (no package.json present) and retain devcontainers alongside the core ecosystems.

Reviewed changes

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

File Description
.github/template.yaml Marks .github/dependabot.yml as intentional drift so the repo can manage Dependabot config independently.
.github/dependabot.yml Drops npm updates (no manifest) and keeps devcontainers updates enabled in addition to core ecosystems.

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

@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.94%. Comparing base (de3b89d) to head (da889dd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #606   +/-   ##
=======================================
  Coverage   69.94%   69.94%           
=======================================
  Files          34       34           
  Lines        3437     3437           
=======================================
  Hits         2404     2404           
  Misses        873      873           
  Partials      160      160           
Flag Coverage Δ
e2e 58.99% <ø> (ø)
unittests 70.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CybotTM CybotTM merged commit f377dc4 into main Jun 3, 2026
29 checks passed
@CybotTM CybotTM deleted the opt-in/dependabot-devcontainers branch June 3, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants