mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
Enable dependabot to auto-update dependencies. * Update montly to avoid too much PR noise. * Enable updates for Go modules. * Enable updates for GitHub Actions. * Enable updates for NPM in /ui. Signed-off-by: SuperQ <superq@gmail.com>
18 lines
380 B
YAML
18 lines
380 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: /ui
|
|
open-pull-requests-limit: 10
|
|
schedule:
|
|
interval: monthly
|