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

Dependabot for Composer ignores group sequence, listing updates in the wrong group #11271

Open
1 task done
drubb opened this issue Jan 10, 2025 · 0 comments
Open
1 task done
Labels
L: javascript L: php:composer Issues and code for Composer T: bug 🐞 Something isn't working

Comments

@drubb
Copy link

drubb commented Jan 10, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Composer

Package manager version

2.8.4

Language version

PHP 8.3

Manifest location and content before the Dependabot update

No response

dependabot.yml content

Excerpt:

groups:
      drupal-core:
        patterns:
          - "drupal/core*"
      drupal-contrib:
        patterns:
          - "drupal/*"
          - "drush/*"
      assets:
        patterns:
          - "npm-asset/*"
      misc:
        patterns:
          - "*"

Updated dependency

drupal/core-composer-scaffold
drupal/core-recommended

What you expected to see, versus what you actually saw

Updates for the mentioned packages are listed in the "drupal-contrib" group, not in "drupal-core" as expected.
It used to work correctly. No changes to dependabot.yml.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

@drubb drubb added the T: bug 🐞 Something isn't working label Jan 10, 2025
@github-actions github-actions bot added L: javascript L: php:composer Issues and code for Composer labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: javascript L: php:composer Issues and code for Composer T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant