Configure Dependabot to monitor .github/actions

This commit is contained in:
Jerome Prinet 2024-02-19 15:24:14 +01:00 committed by Daz DeBoer
parent 9e899d11ad
commit 6800f3450a

View file

@ -14,6 +14,24 @@ updates:
github-actions:
patterns:
- "*"
# github-actions with directory: "/" only monitors .github/workflows
# https://github.com/dependabot/dependabot-core/issues/6345
- package-ecosystem: "github-actions"
directory: "/.github/actions/build-dist"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/.github/actions/download-dist"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"