dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.65k stars 1k forks source link

recreate ignores the config file #10350

Open non7top opened 2 months ago

non7top commented 2 months ago

Is there an existing issue for this?

Package ecosystem

shell

Package manager version

shell

Language version

bash

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2 updates:

Updated dependency

No response

What you expected to see, versus what you actually saw

I have Lint / semantic-pr (pull_request_target) enabled which expects commits to follow angular style. Dependabot be default uses default style. I updated dependabot config to use fixed prefix: "chore" ( wasn't able to find a way to force it to use angular style) I now recreate PR with old commit message and based on description of recreate it is supposed to recreate the PR, but that is not happening. I even tried updatting the PR title, but that made no effect

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

https://github.com/non7top/asdf-safe/pull/2

non7top commented 2 months ago

Seems similar to #4652