b4d3808a8b
Signed-off-by: cpanato <ctadeu@gmail.com>
24 lines
424 B
YAML
24 lines
424 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
all:
|
|
update-types:
|
|
- "patch"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
all:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|