8000 Clean up react dependabot batching, remove old docusarus v2 holdbacks by evankanderson · Pull Request #5556 · mindersec/minder · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Clean up react dependabot batching, remove old docusarus v2 holdbacks #5556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,12 @@ updates:
docusaurus:
patterns:
- "*docusaurus*"
react:
patterns:
- "*react*"
eslint:
patterns:
- "*eslint*"
ignore:
# facebook/docusaurus#4029 suggests MDX v2 will only be in the v3 release.
# facebook/docusaurus#9053 has some more details on the migration.
- dependency-name: "@mdx-js/react"
update-types: ["version-update:semver-major"]
# facebook/docusaurus#8940 docusaurus uses v1
- dependency-name: "prism-react-renderer"
update-types: ["version-update:semver-major"]
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down
0