ci: enable Dependabot for the Actions workflows

Dependabot automatically files PRs for updatable dependencies. As
configured it watches all workflow files in `.github/workflows` for
possible updates to any of the Actions depended upon.

We specifically do not enable Dependabot for other things, in order to
avoid running in a hamster wheel.

Closes #2315
This commit is contained in:
LingMan 2022-09-29 05:23:41 +02:00 committed by Andrew Gallant
parent d1570defbf
commit a928ca4221
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"