mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-22 20:00:22 +00:00
3f329eb3c2
Signed-off-by: dusan <borovcanindusan1@gmail.com>
44 lines
892 B
YAML
44 lines
892 B
YAML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "./.github/workflows"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:00"
|
|
timezone: "Europe/Paris"
|
|
groups:
|
|
gh-dependency:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:15"
|
|
timezone: "Europe/Paris"
|
|
groups:
|
|
go-dependency:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/docker"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:30"
|
|
timezone: "Europe/Paris"
|
|
groups:
|
|
docker-dependency:
|
|
patterns:
|
|
- "*"
|