mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 17:59:19 +08:00
Configure Dependabot to monitor .github/actions
This commit is contained in:
parent
9e899d11ad
commit
6800f3450a
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…
x
Reference in New Issue
Block a user