mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
it is not really required, we update Go dependencies regularly Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
21 lines
401 B
YAML
21 lines
401 B
YAML
version: 2
|
|
|
|
updates:
|
|
#- package-ecosystem: "gomod"
|
|
# directory: "/"
|
|
# schedule:
|
|
# interval: "weekly"
|
|
# open-pull-requests-limit: 2
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 2
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 2
|