ci: add Dependabot for GitHub Actions

Dependabot automatically maintains GitHub Actions workflows by sending
Pull Requests to project when action updates are released. Dependabot
labels the pull requests 'ci: bump actions/checkout from v3 to v4'.
Dependabot opens a maximum of five Pull Requests at a time and reviews
the need for PRs once a week.
This commit is contained in:
Kare Nuorteva
2025-07-27 14:48:57 +03:00
committed by Dan Cross
parent 8ff39da062
commit 00446db7d8

10
.github/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,10 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
commit-message:
prefix: ci