lichess-org / dartchess

Dart chess library for native platforms
https://pub.dev/packages/dartchess
GNU General Public License v3.0
33 stars 17 forks source link

Add Dependabot updates to Github Actions dependencies #35

Closed stscoundrel closed 5 months ago

stscoundrel commented 5 months ago

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