mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 21:29:42 +00:00
43039ef35c
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
37 lines
719 B
YAML
37 lines
719 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "05:00"
|
|
timezone: "America/New_York"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "ci"
|
|
include: "scope"
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "05:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
- dependency-type: "production"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|