Skip to content
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

chore: exclude flowbite-react due to issue #1545

Closed
wants to merge 1 commit into from

Conversation

corneliusroemer
Copy link
Contributor

Flowbite react >0.7.5 fails for us, so exempt it from dependabot updates

See themesberg/flowbite-react#1343

@@ -16,6 +16,7 @@ updates:
exclude-patterns:
- "@mui/material"
- change-case
- flowbite-react # Due to https://github.com/themesberg/flowbite-react/issues/1343
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in order to enable #1543, right? Then, I think that we can just ask dependabot to ignore the dependency for now using @dependabot ignore <dependency name> minor version

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see you already did, hmm.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works: #1543 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we only want to ignore 0.7.8 - not higher versions. The disadvantage of your solution is that it won't tell us if 0.7.9 comes around - but excluding here would still mean dependabot opens prs when 0.7.9 comes out.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it works with patch as well, undocumented but it works...

auto-merge was automatically disabled April 2, 2024 14:25

Pull request was closed

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