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

CI: add Dependabot configuration #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pjonsson
Copy link

This adds configuration for getting
automatic pull requests for version
updates for Github actions and Dockerfile.

https://docs.github.com/en/code-security/dependabot

This adds configuration for getting
automatic pull requests for version
updates for Github actions and Dockerfile.

https://docs.github.com/en/code-security/dependabot
@pjonsson
Copy link
Author

I'm hoping the pull requests that Dependabot makes after this is merged will solve #161.

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
Copy link
Owner

Choose a reason for hiding this comment

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

do we need it daily?

Copy link
Author

@pjonsson pjonsson Nov 28, 2024

Choose a reason for hiding this comment

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

Well, it doesn't cost anything and doesn't send you daily status updates or anything silly like that.

Running it daily spaces out updates so you get small chunks when they are available and you can take them when you have time instead of a wall of pull requests once a month. And if you want to deal with all your pull requests once a month, you still have the option to do so, just let them sit until you have time to deal with them.

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.

2 participants