Skip to content

CI: add dependabot configuration#121

Open
pjonsson wants to merge 1 commit into
Open-EO:mainfrom
pjonsson:add-dependabot
Open

CI: add dependabot configuration#121
pjonsson wants to merge 1 commit into
Open-EO:mainfrom
pjonsson:add-dependabot

Conversation

@pjonsson

@pjonsson pjonsson commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

This adds configuration for getting
pull requests for version
updates for GitHub actions.

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

This adds configuration for getting
pull requests for version
updates for GitHub actions.

https://docs.github.com/en/code-security/dependabot
Comment thread .github/dependabot.yml
patterns:
- "*"
cooldown:
default-days: 10

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Get a weekly single pull request containing updates for all actions that were released 10+ days ago. Having to git bisect the updates for actions has never happened to me, so clumping them together in a single commit reduces the amount of clicking for getting all the updates merged. The cooldown is to give some time for upstream repositories to remove bad releases if they detect they have been compromised.

I think of the cooldown like a seat belt in a car, it improves the chances that I can walk away from an accident, it doesn't make me invincible.

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.

1 participant