Add GitHub Actions package ecosystem to Dependabot workflow (#5742)

This commit is contained in:
Scott Brenner
2024-12-25 14:38:26 -08:00
committed by GitHub
parent 3dee207529
commit ff418a77dc

View File

@@ -70,3 +70,8 @@ updates:
applies-to: "version-updates"
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"