ci: enable dependabot
This commit is contained in:
parent
e1944739e9
commit
b2a6e94961
|
@ -0,0 +1,32 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
reviewers:
|
||||
- "emqx/emqx-review-board"
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
actions:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/.github/actions/package-macos/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
||||
reviewers:
|
||||
- "emqx/emqx-review-board"
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
actions-package-macos:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/.github/actions/prepare-jmeter/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
||||
reviewers:
|
||||
- "emqx/emqx-review-board"
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
actions-prepare-jmeter:
|
||||
patterns:
|
||||
- "*"
|
Loading…
Reference in New Issue