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

Allow changes to yarn.lock files #65

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

MuriloDalRi
Copy link
Contributor

This will allow some Javascript dependencies to be automatically merged.

Example of PR that would be affected by this change: alphagov/travel-advice-publisher#1890

I have not added Gemfile and package.json to the allowed files list because in some cases we may have legitimate reasons to keep dependencies pinned to specific versions and we don't want Dependabot to change that.

lib/pull_request.rb Outdated Show resolved Hide resolved
@MuriloDalRi MuriloDalRi force-pushed the allow-gemfile-changes branch 2 times, most recently from f881060 to 4da0940 Compare May 7, 2024 16:22
@MuriloDalRi MuriloDalRi marked this pull request as draft May 8, 2024 09:22
Example of PR that would be affected by this change: alphagov/travel-advice-publisher#1890

I have not added `Gemfile` and `package.json` to the allowed files list because in some cases we may have legitimate reasons to keep dependencies pinned to specific versions and we don't want Dependabot to change that.
@MuriloDalRi MuriloDalRi marked this pull request as ready for review May 16, 2024 14:59
@MuriloDalRi MuriloDalRi merged commit 2832e1d into main May 21, 2024
5 checks passed
@MuriloDalRi MuriloDalRi deleted the allow-gemfile-changes branch May 21, 2024 13:32
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.

None yet

3 participants