Skip to content

DO NOT MERGE — probe: does the dependabot.yml validator catch the pre-#100 config? - #105

Closed
bgard68 wants to merge 1 commit into
mainfrom
probe/dependabot-validator
Closed

DO NOT MERGE — probe: does the dependabot.yml validator catch the pre-#100 config?#105
bgard68 wants to merge 1 commit into
mainfrom
probe/dependabot-validator

Conversation

@bgard68

Copy link
Copy Markdown
Owner

Throwaway. Will be closed as soon as checks report — do not merge.

Restores .github/dependabot.yml exactly as it stood on main before #100 (the version with versioning-strategy, prefix-development, and dependency-type on the NuGet block) to answer one question:

Does GitHub's .github/dependabot.yml check run on, and fail for, that config?

The answer decides how much the guard being added needs to do. If the validator fails here, invalid keys cannot silently reach main through a PR again and the guard only needs to cover the harder case — a config that parses but still is not being applied. If it passes, then nothing catches this and the guard carries the whole load.

@bgard68bgard68 closed this Aug 31, 2026
@bgard68
bgard68 deleted the probe/dependabot-validator branch August 31, 2026 12:21
Sign up for freeto 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.

1 participant

@bgard68