Skip to content

Commit

Permalink
.github: dependabot: Fix the 'exclude_patterns' config typo
Browse files Browse the repository at this point in the history
s/exclude_patterns/exclude-patterns [1].

Since an official native validation solution doesn't exist yet [2] that
would work reliably, @bugron/validate-dependabot-yaml was used to
validate this typo fix.

[1] https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
[2] dependabot/dependabot-core#4605
[3] https://www.npmjs.com/package/@bugron/validate-dependabot-yaml

Signed-off-by: Erik Skultety <eskultet@redhat.com>
  • Loading branch information
eskultety committed Sep 9, 2024
1 parent 24f35ee commit 5978de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ updates:
update-types:
- "minor"
- "patch"
exclude_patterns:
exclude-patterns:
- "pydantic*"

# pydantic is a known violator of version updates where they don't release the core backend
Expand Down

0 comments on commit 5978de9

Please sign in to comment.