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 configuration file #227

Merged

Commits on Apr 5, 2022

  1. Add dependabot configuration file

    This commit adds an initial Dependabot configuration to:
    * Submit pull requests for security updates and version updates for GH Action runner dependencies.
    
    The configuration has been set up to:
    * Run weekly.
    * Submit a maximum of 5 pull requests at a time.
        If additional pull requests are needed, these will subsequently be submitted the next time Dependabot runs after one or more of the open pull requests have been merged.
    * The commit messages for PRs submitted by Dependabot will be prefixed according the conventions I've seen used in this repo in previous commits.
    jrfnl committed Apr 5, 2022
    Copy the full SHA
    6541c10 View commit details
    Browse the repository at this point in the history