Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

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
Contributor

@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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

3 participants