fix: Proper glob path for dependabot (#8612)
This commit is contained in:
parent
8e854a8bdd
commit
c97556f33d
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yaml
vendored
2
.github/dependabot.yaml
vendored
|
|
@ -3,7 +3,7 @@ updates:
|
|||
- package-ecosystem: "github-actions"
|
||||
directories:
|
||||
- "/.github/workflows"
|
||||
- "/.github/actions"
|
||||
- "/.github/actions/**/*"
|
||||
reviewers:
|
||||
- "mattermost/core-build-engineers"
|
||||
open-pull-requests-limit: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue