Skip to content

Commit

Permalink
Revert ".github: pydantic"
Browse files Browse the repository at this point in the history
This reverts commit 93882e5.

This was never meant to be pushed to the main branch, it's a WIP I was
testing in a different branch. This got in by a rebase as a result of
the testing.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
  • Loading branch information
eskultety committed Nov 26, 2024
1 parent 5e09c2f commit ae061da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 52 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@ updates:
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "pydantic-core"
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"
exclude-patterns:
- "pydantic*"

# pydantic is a known violator of version updates where they don't release the core backend
# with the API library at the same time which holds up other legitimate updates, so group
# pydantic deps together
pydantic:
update-types:
- "minor"
- "patch"
patterns:
- "pydantic*"
50 changes: 0 additions & 50 deletions .github/workflows/dependabot-pydantic.yml

This file was deleted.

0 comments on commit ae061da

Please sign in to comment.