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

Add Dependabot updates to Github Actions dependencies #35

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

stscoundrel
Copy link
Contributor

Automatically create update PR for Github Actions workflows, like actions/checkout or actions/setup-dart.

To avoid update spam, only updates them once a month & groups the updates into one pull request. Simply stops the actions versions from growing old.

There already are some older action versions in use, causing warnings in CI runs like:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20

To see sample PR generated by merging of this config, see this PR in my fork.

This is essentially a sibling PR of similar update in scalachess

Automatically create update PR for Github Actions workflows, like actions/checkout or actions/setup-dart.

To avoid update spam, only updates them once a month & groups the updates into one pull request. Simply stops the actions versions from growing old.

There already are some older action versions in use, causing warnings in CI runs like:

"Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20"
@veloce veloce merged commit 102c65e into lichess-org:main Mar 29, 2024
1 check passed
@stscoundrel stscoundrel deleted the dependabot-ci-updates branch March 30, 2024 07:23
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