GiulioRossetti / dynetx

Dynamic Network Analysis library
http://dynetx.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
106 stars 34 forks source link

Add Dependabot configuration for GitHub Actions updates #146

Closed EwoutH closed 1 year ago

EwoutH commented 1 year ago

This PR adds 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 few PRs, since only major versions are specified (like v3), so only on a major release (like v4) it will update and open a PR. But it helps actively keep GitHub Actions workflows up to date and secure.

See Keeping your actions up to date with Dependabot.