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

Fix patterns in dependabot.yml #70

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

llucax
Copy link
Contributor

@llucax llucax commented Jul 1, 2024

The new dependabot file updated by #61 had many issues that we fix in this commit:

  • The patterns should be glob-like patterns instead of regex patterns.
  • We should exclude-patterns instead of patterns (with a negating regex) to exclude some dependencies.
  • We don't actually need the *-minor groups, as anything that is not grouped will have a separate PR anyway.

@llucax llucax requested review from a team as code owners July 1, 2024 12:48
@github-actions github-actions bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Jul 1, 2024
@llucax llucax self-assigned this Jul 1, 2024
@llucax llucax added this to the v0.5.0 milestone Jul 1, 2024
@llucax llucax added the type:bug Something isn't working label Jul 1, 2024
@llucax llucax enabled auto-merge July 1, 2024 12:51
@llucax llucax disabled auto-merge July 1, 2024 13:09
The new dependabot file had many issues that we fix in this commit:

* The patterns should be glob-like patterns instead of regex patterns.
* We should `exclude-patterns` instead of `patterns` (with a negating
  regex) to exclude some dependencies.
* We don't actually need the `*-minor` groups, as anything that is not
  grouped will have a separate PR anyway.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax
Copy link
Contributor Author

llucax commented Jul 1, 2024

I will force-merge as the current config is broken anyway.

@llucax llucax merged commit 612a1f8 into frequenz-floss:v0.x.x Jul 1, 2024
9 checks passed
@llucax llucax deleted the dependabot-fix branch July 1, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant