You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow is requiring manual merging despite the update_type being set to all. Nothing here points to why this is happening and I need assistance, please.
loaded merge config:
- match:
update_type: all
title: "Bump @sapphire/ts-config from 4.0.1 to 5.0.0"
depName: @sapphire/ts-config
from: 4.0.1
to: 5.0.0
dependency type: development
security critical: false
manual merging required
This is currently happening with all Dependabot PRs.
The text was updated successfully, but these errors were encountered:
Documentation indicates that dependency_type is set to all by default, and is not a required config option. This does not seem to be the case when you specify a config manually and leave the option out. The only option I was specifying, as I needed it, was update_type: all. After specifying dependency_type: all manually, the workflow began to work normally again.
Documentation may need to be updated, but this seems more like a bug to me.
The workflow is requiring manual merging despite the update_type being set to all. Nothing here points to why this is happening and I need assistance, please.
This is currently happening with all Dependabot PRs.
The text was updated successfully, but these errors were encountered: