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

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

Open
1 task done
kacperbiegajski opened this issue Jun 26, 2024 · 0 comments
Open
1 task done
Labels
service 💁 Relates to Dependabot features GitHub provides T: bug 🐞 Something isn't working

Comments

@kacperbiegajski
Copy link

kacperbiegajski commented Jun 26, 2024

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

@kacperbiegajski kacperbiegajski added the T: bug 🐞 Something isn't working label Jun 26, 2024
@github-actions github-actions bot added L: git:submodules Git submodules L: github:actions GitHub Actions L: java:gradle Maven packages via Gradle L: java:maven Maven packages via Maven labels Jun 26, 2024
@jakecoffman jakecoffman added service 💁 Relates to Dependabot features GitHub provides and removed L: java:gradle Maven packages via Gradle L: github:actions GitHub Actions L: git:submodules Git submodules L: java:maven Maven packages via Maven labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service 💁 Relates to Dependabot features GitHub provides T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants