Files
plan9port/.github/dependabot.yaml
Kare Nuorteva 00446db7d8 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.
2025-07-27 09:56:22 -04:00

11 lines
185 B
YAML

---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
commit-message:
prefix: ci