Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
566 stars 153 forks source link

Add Dependabot configuration for GitHub Actions updates #196

Closed EwoutH closed 1 year ago

EwoutH commented 1 year ago

Add a Dependabot configuration that checks once a week if the GitHub Actions are still using the latest version. If not, it opens a PR to update them.

It will actually open very few PRs, since we only have major versions specified (like v3), so only on a major v4 release it will update and open a PR.

So basically, this will make PRs like #189 automatically, to keep the CI up to date.

See Keeping your actions up to date with Dependabot.