dependabot / dependabot/dependabot-core

Merge commit done by '@dependabot merge' command has no signature

Open
#10,087 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

service 💁 T: bug 🐞
Dominant language
Ruby
Stars
5.8k
Forks
1.5k
Avg merge
2d 13h
Merged PRs (30d)
151

Description

Is there an existing issue for this?
  • I have searched the existing issues
Package ecosystem

gradle

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content
version: 2
registries:
  repository:
    type: maven-repository
    url: https://repository-url
    username: ${{ secrets.USERNAME }}
    password: ${{ secrets.PASSWORD }}

updates:
  - package-ecosystem: "gradle"
    directory: "/"
    registries:
      - repository
    schedule:
      interval: "weekly"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
Updated dependency

No response

What you expected to see, versus what you actually saw

I expected that merge commit done by @dependabot merge command would be verified (with signature).

Actually it has no signature, which is strange, because dependabot commits with versions upgrade have.

Upgrade commit:
image

Merge commit (not verified):
image

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the @dependabot merge command handles the provided dependabot.yml configuration and creates the merge commit, then compare it with the signed dependency upgrade commit shown in the issue. Reproduce the behavior with the Gradle and GitHub Actions update configuration; done means the resulting merge commit is verified like the upgrade commit.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.