Skip to content

Multi ecosystem groups problem with rebase and recreate #12903

@mhkarimi1383

Description

@mhkarimi1383

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

docker, github-actions, pip

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2

multi-ecosystem-groups:
  infrastructure:
    schedule:
      interval: "weekly"
    commit-message:
      prefix: 

updates:
  - package-ecosystem: "docker"
    directory: "/"
    multi-ecosystem-group: "infrastructure"
    patterns: ['*']
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: weekly
    groups:
      python-packages:
        patterns:
          - "*"
    commit-message:
      prefix: 
  - package-ecosystem: "github-actions"
    directory: "/"
    multi-ecosystem-group: "infrastructure"
    patterns: ['*']

Updated dependency

No response

What you expected to see, versus what you actually saw

When created a PR for infrastructure group we have gotten into a problem where recreate and rebase commands became buggy

You can see that ⚠️ Dependabot is rebasing this PR ⚠️ also stuck in the PR description I have Also tried to remove that part from PR desc. but nothing changed

but everything was OK when we had no multi-ecosystem group

Native package manager behavior

No response

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

openebs/rawfile-localpv#202

Smallest manifest that reproduces the issue

version: 2

multi-ecosystem-groups:
  infrastructure:
    schedule:
      interval: "weekly"
    commit-message:
      prefix: 

updates:
  - package-ecosystem: "docker"
    directory: "/"
    multi-ecosystem-group: "infrastructure"
    patterns: ['*']
  - package-ecosystem: "github-actions"
    directory: "/"
    multi-ecosystem-group: "infrastructure"
    patterns: ['*']

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions