Skip to content

Conversation

@MichaelChirico
Copy link
Member

This is a nice automated tool to keep the various GitHub Actions dependencies up-to-date without needing to monitor them.

E.g., I noticed we are on v4 of this action which has current 'latest' version v6:

- uses: actions/checkout@v4

Example dependabot PR from {lintr}:

r-lib/lintr#2992

It's generally a good idea to scan the update log -- an automation tool like this introduces some risk of getting exposed to a security issue (while also removing the security risk of continuing to use versions with known flaws). The actions we use are among the highest-volume actions, so I think that risk is low.

Documentation: https://github.com/dependabot/dependabot-core?tab=readme-ov-file

I already enabled this in the repo settings.

@MichaelChirico MichaelChirico merged commit 6a70af6 into master Dec 26, 2025
8 checks passed
@MichaelChirico MichaelChirico deleted the enable-dependabot branch December 26, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant