42 lines
757 B
YAML
42 lines
757 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
|
|
- package-ecosystem: maven
|
|
directory: "/deploy/aws/java11Exec"
|
|
schedule:
|
|
interval: monthly
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- java
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/deploy/grafana-dashboard"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- python
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|