Skip to content

Commit

Permalink
ci: enable version updates for GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dipakparmar committed Nov 12, 2024
1 parent 545732f commit bf58014
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ updates:
docusaurus:
patterns:
- "@docusaurus/*"

# Enable version updates for GitHub Actions workflows
- package-ecosystem: "github-actions"
# Look for `.github/workflows` files in the `root` directory
directory: "/"
# Check the GitHub Actions API for updates every day (weekdays)
schedule:
interval: "weekly"

0 comments on commit bf58014

Please sign in to comment.