Skip to content

Does not work for git submodules #95

@sitiom

Description

@sitiom

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the regression has not already been reported

Last working version

2.1.1

Stopped working in version

2.2.0

Node.js version

N/A

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

20.04

💥 Regression Report

Updating git submodules stopped working in 2.2.0 due to the newly added target parameter. Submodules are updated by new commits, and so they fail the SemVer check (compared by hashes):

Workflow error

Steps to Reproduce

  • Add a submodule in your repo
  • Create a dependabot workflow to update submodules:
version: 2
updates:
  - package-ecosystem: "gitsubmodule"
    directory: "/"
    schedule:
      interval: "daily"
  • Create a simple GitHub action for fastify/github-action-merge-dependabot

Expected Behavior

It should just ignore git submodules and automatically merge them regardless. A skip option for target would be a solution for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions