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

chore: auto-merge dependabot PRs #5808

Closed
wants to merge 2 commits into from
Closed

Conversation

vvagaytsev
Copy link
Collaborator

The config was taken from the garden-platform repo.

@vvagaytsev vvagaytsev requested a review from stefreak March 5, 2024 10:01
# See also https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
# And see also https://github.com/dependabot/fetch-metadata#usage-instructions for available metadata
# Automatically merge npm and docker PRs, but ignore anything in /desktop
if: ${{ (steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' || steps.dependabot-metadata.outputs.package-ecosystem == 'docker') && steps.dependabot-metadata.outputs.directory != '/desktop' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

desktop directory does not exist. Should we exclude examples instead, as they are not covered by automated tests?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the examples are used by the e2e tests, but not all. So, let's exclude the examples.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed that in 3f56413.

@vvagaytsev vvagaytsev requested a review from stefreak March 5, 2024 10:18
@vvagaytsev vvagaytsev marked this pull request as draft March 11, 2024 15:27
@vvagaytsev vvagaytsev closed this Mar 26, 2024
@vvagaytsev vvagaytsev deleted the chore/dependabot-automerge branch March 26, 2024 07:26
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.

2 participants