Skip to content

Commit

Permalink
Instruct Dependabot to maintain dependencies for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l authored Oct 19, 2023
1 parent ea0484a commit a1170d9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a1170d9

Please sign in to comment.