Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

The ignore configuration was missing the required dependency-name field, causing Dependabot to not properly ignore PATCH version updates.

Changes

  • Added dependency-name: "*" field to all ignore rules
  • Converted ignore rules to correct list format for all three ecosystems (github-actions, pip, docker)

Before:

ignore: 
  update-types: [ "version-update:semver-patch" ]

After:

ignore:
  - dependency-name: "*"
    update-types: [ "version-update:semver-patch" ]

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: willtheorangeguy <18339050+willtheorangeguy@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix malformed ignore configuration in dependabot.yml Fix malformed ignore configuration in dependabot.yml Feb 5, 2026
@willtheorangeguy willtheorangeguy marked this pull request as ready for review February 5, 2026 17:45
Copilot AI review requested due to automatic review settings February 5, 2026 17:45
@willtheorangeguy willtheorangeguy merged commit e738005 into main Feb 5, 2026
4 checks passed
@willtheorangeguy willtheorangeguy deleted the copilot/fix-dependabot-ignore-configuration branch February 5, 2026 17:45
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants