CI: Make dependabot scan our custom actions as well
By default, dependabot only looks at `.github/workflows`.
This commit is contained in:
parent
9d64cd8c9b
commit
e2e2806d00
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -3,7 +3,9 @@ version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directories:
|
||||||
|
- "/"
|
||||||
|
- "/.github/actions/*"
|
||||||
schedule:
|
schedule:
|
||||||
# Check for updates to GitHub Actions every week
|
# Check for updates to GitHub Actions every week
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue