Skip to content

Document update-types feature within the allow block#5582

Merged
hyperupcall merged 2 commits intoSchemaStore:masterfrom
yeikel:patch-1
Apr 15, 2026
Merged

Document update-types feature within the allow block#5582
hyperupcall merged 2 commits intoSchemaStore:masterfrom
yeikel:patch-1

Conversation

@yeikel
Copy link
Copy Markdown
Contributor

@yeikel yeikel commented Apr 14, 2026

See dependabot/dependabot-core#12668

Example usage

allow:
  - dependency-name: "activesupport"
    update-types: ["version-update:semver-minor", "version-update:semver-patch"]
  - dependency-name: "rack"
    update-types: ["version-update:semver-patch"]
  - dependency-name: "zeitwerk"    # no update-types = allow all
  - dependency-type: "production"
    update-types: ["version-update:semver-patch"]

@yeikel yeikel marked this pull request as ready for review April 14, 2026 22:05
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall
Copy link
Copy Markdown
Member

Thanks

@hyperupcall hyperupcall merged commit e5268b7 into SchemaStore:master Apr 15, 2026
5 checks passed
@yeikel yeikel deleted the patch-1 branch April 15, 2026 10:00
Sign up for free to 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.

2 participants