feat/Add-dependabot-for-gha (#8606)
This commit is contained in:
parent
e8d72d8a8c
commit
8453e08e44
1 changed files with 16 additions and 0 deletions
16
.github/dependabot.yaml
vendored
Normal file
16
.github/dependabot.yaml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
reviewers:
|
||||
- "mattermost/core-build-engineers"
|
||||
open-pull-requests-limit: 5
|
||||
groups:
|
||||
Github Actions updates:
|
||||
applies-to: version-updates
|
||||
dependency-type: production
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every week
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
interval: "weekly"
|
||||
Loading…
Reference in a new issue