mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add dependabot for github actions (#16)
* Add dependabot for github actions Add [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) configuration for github actions. * Add gitsubmodules to dependabot * Set default reviewers and labels for dependabot * Remove submodules check Ref: https://github.com/docker-mailserver/docker-mailserver/pull/16#issuecomment-762086895
This commit is contained in:
parent
717aeffae8
commit
a751b5018f
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
reviewers:
|
||||
- "radicand"
|
||||
- "aendeavor"
|
||||
- "wernerfred"
|
||||
labels:
|
||||
- "area/dependency"
|
||||
- "pr/needs review"
|
Loading…
Reference in a new issue