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

Create new dependabot.yml file for security updates #189

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

Janell-Huyck
Copy link
Contributor

Fixes #188

We have been having issues where pull requests were not created with Dependabot, and security updates were not getting noticed. This PR creates a new .github/dependabot.yml file that configures Dependabot to run weekly scans for all dependencies and automatically create pull requests for them.

Included in the file:
update ruby gems via the "bundler" ecosystem
update yarn.lock via the "npm" ecosystem
update docker via the "docker" ecosystem*

*note - there is some discussion about whether we are going to continue to have docker files or not, but as of the time of this writing the docker files are still present so should be updated. Reference to them can be removed when we remove docker files, but nothing should break if we try to update them and they're not there.

@hortongn hortongn self-requested a review September 11, 2023 20:18
Copy link
Member

@hortongn hortongn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Janell-Huyck Thanks for doing this! If this goes well, we'll probably want to do the same for our other repos.

@hortongn hortongn merged commit d6fb087 into qa Sep 11, 2023
@hortongn hortongn deleted the 188-create-dependabot-yml-file branch September 11, 2023 20:20
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.

Create .github/dependabot.yml file to automatically create PRs
2 participants