Skip to content

Conversation

@larsoner
Copy link
Contributor

@larsoner larsoner commented Jan 8, 2026

It's recommended to use dependabot to get updates to actions like checkout (which is now on v6 and this repo uses v4 for example), to get bugfixes, security updates, etc. It's also useful for lower-event repos (like I maintain for OpenMEEG with stuff like openmeeg/openmeeg#791) just as a reminder that everything is still green. This adds a basic dependabot config that I use in many repos, plus a release.yml that will exclude the dependabot PRs from the auto-generated release notes if you ever decide to use GitHub releases.

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This can be tweaked to taste. Most repos I work on use "weekly", but I assumed you'd prefer to be (potentially) bothered less here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant