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: do not use Dependabot for npm dependencies #13047

Merged
merged 7 commits into from
Feb 22, 2021

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Feb 15, 2021

We have a custom workflow called “yarn-upgrade” which takes care of continuously updating npm dependencies, so we decided to use Dependabot to only track non-npm dependencies. For this repository, this is basically just GitHub Actions.

Replace the legacy .dependabot/config.yml with the native .github/dependabot.yml and configure it accordingly.

Also, refactor the auto-approval workflows such that any PR with the pr/auto-approve label will get auto-approved by CDK automation. Utilize this new label to auto-approve dependency updates (both from our workflow and the Dependabot ones).


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

We have a custom workflow called “yarn-upgrade” which takes care of continuously updating npm dependencies, so we decided to use Dependabot to only track non-npm dependencies. For this repository, this is basically just GitHub Actions.

Replace the legacy `.dependabot/config.yml` with the native `.github/dependabot.yml` and configure it accordingly.

Also, refactor the auto-approval workflows such that any PR with the `pr/auto-approve` label will get auto-approved by CDK automation. Utilize this new label to auto-approve dependency updates (both from our workflow and the Dependabot ones).
@gitpod-io
Copy link

gitpod-io bot commented Feb 15, 2021

@eladb eladb requested review from nija-at, RomainMuller and iliapolo and removed request for nija-at February 15, 2021 10:43
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Feb 15, 2021
@eladb eladb requested a review from nija-at February 15, 2021 10:43
@mergify
Copy link
Contributor

mergify bot commented Feb 15, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@eladb eladb added the pr/do-not-merge This PR should not be merged at this time. label Feb 15, 2021
@eladb eladb requested a review from nija-at February 15, 2021 15:01
@eladb eladb removed the pr/do-not-merge This PR should not be merged at this time. label Feb 15, 2021
@mergify
Copy link
Contributor

mergify bot commented Feb 15, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Feb 15, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Feb 17, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 5e9a01b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Feb 22, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@eladb eladb merged commit a349bf1 into master Feb 22, 2021
@eladb eladb deleted the benisrae/dependency-update-changes branch February 22, 2021 08:33
mergify bot pushed a commit that referenced this pull request Feb 22, 2021
The PR #13047 introduced a corrupted dependabot config.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
eladb pushed a commit that referenced this pull request Feb 22, 2021
We have a custom workflow called “yarn-upgrade” which takes care of continuously updating npm dependencies, so we decided to use Dependabot to only track non-npm dependencies. For this repository, this is basically just GitHub Actions.

Replace the legacy `.dependabot/config.yml` with the native `.github/dependabot.yml` and configure it accordingly.

Also, refactor the auto-approval workflows such that any PR with the `pr/auto-approve` label will get auto-approved by CDK automation. Utilize this new label to auto-approve dependency updates (both from our workflow and the Dependabot ones).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants