mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Configure Dependabot to monitor .github/actions
This commit is contained in:
parent
9e899d11ad
commit
6800f3450a
1 changed files with 18 additions and 0 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
@ -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: "/"
|
||||
|
|
Loading…
Reference in a new issue