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

[Enh] Updating Group dependency for GitHub Actions and Cargo #1623

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

nakul-py
Copy link
Contributor

What does this PR do?

Updating the .github/dependabot.yml file to group dependency updates for:

  • GitHub Actions: All updates will now be grouped under a single PR using the all-actions group.
  • Cargo: Updates will be batched into a single PR using the all-cargo group.

Which issue does this PR Fixes?

Copy link
Collaborator

@sharkAndshark sharkAndshark left a comment

Choose a reason for hiding this comment

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

Thx!! @nakul-py Seems we must made separated groups. See the doc

You cannot apply a single grouping set of rules to both version updates and security updates. Instead, if you want to group both version updates and security updates using the same criteria, you must define two, separately named, grouping sets of rules. To do this, you can copy the group configuration block for the ecosystem and directory, and name each set of rules differently.

.github/dependabot.yml Outdated Show resolved Hide resolved
.github/dependabot.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@CommanderStorm CommanderStorm left a comment

Choose a reason for hiding this comment

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

Seems we must made separated groups

So stupid that we need to do so.
Otherwise looks good to me

@CommanderStorm CommanderStorm enabled auto-merge (squash) December 16, 2024 09:15
@CommanderStorm CommanderStorm enabled auto-merge (squash) December 16, 2024 09:15
@CommanderStorm CommanderStorm merged commit 4678a69 into maplibre:main Dec 16, 2024
18 of 19 checks passed
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.

Modify dependabot settings to suggest multiple changes together
3 participants