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

Commits on Jun 26, 2023

  1. Add dependabot configuration

    This change adds Dependabot configuration for both npm and github
    actions, automating the creation of PRs for relevant dependancy updates.
    LiamMacP committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    55ad0bd View commit details
    Browse the repository at this point in the history
  2. Add package-lock file

    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 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    47aa564 View commit details
    Browse the repository at this point in the history