add GitHub native dependabot config

See the documentation: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
This commit is contained in:
David Christofas
2021-01-26 11:02:54 +01:00
parent 8878aeeb6b
commit 8c73d16d2b

32
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/ocis"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/accounts"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/settings"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/onlyoffice"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/konnectd"
schedule:
interval: "weekly"
open-pull-requests-limit: 10