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

(BSR)[API] fix: Work around uniqueness requirement in Dependabot configuration #11794

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dbaty
Copy link
Contributor

@dbaty dbaty commented Apr 16, 2024

The previous version of the configuration failed with the following
error:

Update configs must have a unique combination of
'package-ecosystem', 'directory', and 'target-branch'

To avoid that, apply the workaround that has been suggested here:
dependabot/dependabot-core#1778 (comment)

@dbaty dbaty force-pushed the dbaty/fix_dependabot branch 2 times, most recently from 73456d7 to 857b5a8 Compare April 16, 2024 07:18
@dbaty dbaty changed the title Revert "(BSR)[API] ci: Don't accept Dependabot pull requests every day for boto3" (BSR)[API] fix: Work around uniqueness requirement in Dependabot configuration Apr 16, 2024
…iguration

The previous version of the configuration failed with the following
error:

    Update configs must have a unique combination of
    'package-ecosystem', 'directory', and 'target-branch'

To avoid that, apply the workaround that has been suggested here:
dependabot/dependabot-core#1778 (comment)
@dbaty dbaty force-pushed the dbaty/fix_dependabot branch from 857b5a8 to 510ff64 Compare April 16, 2024 07:23
@dbaty dbaty merged commit 510ff64 into master Apr 16, 2024
@dbaty dbaty deleted the dbaty/fix_dependabot branch April 16, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants