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
When we release a major version of this GHA, dependabot will open a PR against this GHA users.
The github-action-merge-dependabot will merge the PR updating itself assuming users has the default target: any configuration.
This must not happen: a major bump of this GHA must be done manually by the user because a major release (could) mean a new GHA syntax.
The github-action-merge-dependabot cannot upgrade itself regardless the target filter.
Prerequisites
Issue
Refs:
When we release a major version of this GHA, dependabot will open a PR against this GHA users.
The
github-action-merge-dependabot
will merge the PR updating itself assuming users has the defaulttarget: any
configuration.This must not happen: a major bump of this GHA must be done manually by the user because a major release (could) mean a new GHA syntax.
The
github-action-merge-dependabot
cannot upgrade itself regardless thetarget
filter.In this case, we should:
api_url
is the default value:api_url
is not the default value:how to upgrade
messageThe text was updated successfully, but these errors were encountered: