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

Add dependabot and package-lock file #41

Closed
wants to merge 2 commits into from
Closed

Add dependabot and package-lock file #41

wants to merge 2 commits into from

Conversation

LiamMacP
Copy link

This change adds Dependabot configuration for both npm and github
actions, automating the creation of PRs for relevant dependancy updates.

Alonsgide this the package-lock file has also been added. This package-lock
file describes a single representation of the dependency tree and ensures
the same dependency versions are installed across developers/ ci.
This file is designed to be committed into source repos:
https://docs.npmjs.com/cli/v6/configuring-npm/package-lock-json?v=true

This change adds Dependabot configuration for both npm and github
actions, automating the creation of PRs for relevant dependancy updates.
The package-lock file describes a single representation of the
dependency tree and ensures the same dependency versions are installed
across developers/ ci. This file is designed to be committed into source
repos:
https://docs.npmjs.com/cli/v6/configuring-npm/package-lock-json?v=true
@LiamMacP
Copy link
Author

@sindresorhus Just a couple of changes that should aid further improvements to the repo. The output will likely involve significant dependency migration but lower the barrier to entry for this.

@sindresorhus
Copy link
Owner

No thanks :)

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

2 participants