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

No other PRs are created when the patch-update group PR exists #11606

Open
1 task done
chika3742 opened this issue Feb 16, 2025 · 0 comments
Open
1 task done

No other PRs are created when the patch-update group PR exists #11606

chika3742 opened this issue Feb 16, 2025 · 0 comments
Labels
L: dart:pub Dart packages via pub L: github:actions GitHub Actions T: bug 🐞 Something isn't working

Comments

@chika3742
Copy link
Contributor

chika3742 commented Feb 16, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Pub

Package manager version

No response

Language version

Dart SDK 3.7.0

Manifest location and content before the Dependabot update

pubspec.yaml

dependencies:
  flutter:
    sdk: flutter

  lints: 4.0.0 # latest: 5.1.1
  animations: 2.0.10 # latest: 2.0.11
  pub_semver: 2.1.4 # latest: 2.1.5

dependabot.yml content

version: 2
updates:
  - package-ecosystem: pub
    directory: /
    schedule:
      interval: daily
      timezone: Asia/Tokyo
    groups:
      patch-updates:
        update-types:
          - patch

Updated dependency

No response

What you expected to see, versus what you actually saw

Expected to be created 2 PRs:

  • lints v4.0.0 -> 5.1.1
  • group (animations v2.0.10 -> 2.0.11, pub_semver v2.1.4 -> 2.1.5)

but actually created:

  • group (animations v2.0.10 -> 2.0.11, pub_semver v2.1.4 -> 2.1.5)

By merging this group PR, dependabot will create a PR updates lints.

Native package manager behavior

All updates are "Resolvable".

% flutter pub outdated
Showing outdated packages.
[*] indicates versions that are not the latest available.

Package Name              Current  Upgradable  Resolvable  Latest  

direct dependencies:     
animations                *2.0.10  *2.0.10     2.0.11      2.0.11  
lints                     *4.0.0   *4.0.0      5.1.1       5.1.1   
pub_semver                *2.1.4   *2.1.4      2.1.5       2.1.5  

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

Logs: https://github.com/chika3742/dependabot_test/actions/runs/13355684753/job/37298099035

Image

Smallest manifest that reproduces the issue

No response

@chika3742 chika3742 added the T: bug 🐞 Something isn't working label Feb 16, 2025
@github-actions github-actions bot added L: dart:pub Dart packages via pub L: github:actions GitHub Actions labels Feb 16, 2025
@chika3742 chika3742 changed the title No PRs are created when specifying only update-types in groups No other PRs are created when specifying only update-types in groups Feb 16, 2025
@chika3742 chika3742 changed the title No other PRs are created when specifying only update-types in groups No other PRs are created when the patch-update group PR exists Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dart:pub Dart packages via pub L: github:actions GitHub Actions T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant