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

Multi-directory configuration for pub ecosystem times out easily #10084

Open
1 task done
NicolaVerbeeck opened this issue Jun 26, 2024 · 0 comments
Open
1 task done
Labels
L: dart:pub Dart packages via pub T: bug 🐞 Something isn't working

Comments

@NicolaVerbeeck
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

pub

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2
updates:
  - package-ecosystem: "pub"
    directories:
      - "/packages/*"
    schedule:
      interval: "weekly"
    groups:
      dev-dependencies:
        patterns:
          - "*"
    ignore:
      - dependency-name: "meta"       
      - dependency-name: "test"       
      - dependency-name: "collection" 
      - dependency-name: "path"       
      - dependency-name: "http"       
    commit-message:
      prefix: "[NO-TICKET][DEPENDABOT]"
      include: "scope"

Updated dependency

No response

What you expected to see, versus what you actually saw

We expect to have it run and create the appropriate PR if applicable. What we see is that it always times out. With a monorepo of 23 packages, we see 1200+ log lines about installing flutter (in this case 3.22), so perhaps the culmination of all these installs is triggering the timeout

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

@NicolaVerbeeck NicolaVerbeeck added the T: bug 🐞 Something isn't working label Jun 26, 2024
@github-actions github-actions bot added the L: dart:pub Dart packages via pub label Jun 26, 2024
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 T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant