Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/sync-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ workflows:
- source: .github/workflows/maint-76-claude-code-review.yml
description: "Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch"

# Dependabot configuration and automation
- source: .github/dependabot.yml
description: "Dependabot config - ignores dev tools synced via maint-52"
sync_mode: create_only

# Renovate configuration - extends the shared fleet preset (renovate-presets/fleet.json).

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update create-only evidence after removing Dependabot

This deletion leaves selftest-ci broken for non-doc PRs: .github/workflows/selftest-ci.yml runs tests/workflows/, and tests/workflows/test_consumer_sync_create_only_evidence.py:24-30 still asserts that .github/dependabot.yml is present in the manifest with sync_mode: create_only. Once this entry is removed, that assertion fails in CI, so the test expectation needs to be updated along with the manifest change.

Useful? React with 👍 / 👎.

# create_only so a consumer that already onboarded (e.g. a Mend generic config) is not clobbered;
# supersedes per-repo Renovate onboarding by giving consumers the fleet preset (dev-tool exclusions
Expand Down
68 changes: 0 additions & 68 deletions templates/consumer-repo/.github/dependabot.yml

This file was deleted.

Loading