CI: Add dependabot config for GitHub Actions

This should help keep GitHub Actions versions up-to-date.
This commit is contained in:
Ryan May 2023-04-24 14:11:16 -06:00 committed by Ryan May
parent 873852a8c4
commit 408351b500
No known key found for this signature in database
GPG key ID: 3DD4CCAA4E25AC3E

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
# Update GitHub Actions versions in workflows
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: all
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "CI: "
include: "scope"