Instruct Dependabot to maintain dependencies for GitHub Actions (#7123)

This commit is contained in:
Armel Soro
2023-10-19 14:05:05 +02:00
committed by GitHub
parent ea0484afe8
commit 109ba78433

View File

@@ -46,6 +46,21 @@ updates:
patterns:
- "@docusaurus*"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
# Set this to 0 to disable version updates
open-pull-requests-limit: 1
commit-message:
prefix: "GitHub Actions"
schedule:
interval: "weekly"
reviewers:
- "redhat-developer/odo-mantainers"
labels:
- "area/dependency"
- "kind/task"
## Feel free to add other package managers here if needed.
## See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
## for the full list of supported ecosystems.
## for the full list of supported ecosystems.