Add a Dependabot config to auto-update GitHub action versions
Dependabot will check on a monthly basis whether new action versions (like actions/checkout or actions/setup-python) are available.
If so, it will submit a PR at most once per month to keep the action versions updated. This frees developers from having to watch for, and update, action versions manually.
This PR introduces the following changes:
Dependabot will check on a monthly basis whether new action versions (like
actions/checkout
oractions/setup-python
) are available.If so, it will submit a PR at most once per month to keep the action versions updated. This frees developers from having to watch for, and update, action versions manually.