mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 21:47:32 +00:00
ci: update dependabot
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
+22
-6
@@ -3,18 +3,34 @@ updates:
|
|||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
time: "06:00"
|
day: "monday"
|
||||||
timezone: "Europe/Paris"
|
time: "05:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
|
include: "scope"
|
||||||
|
groups:
|
||||||
|
actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
time: "06:00"
|
day: "monday"
|
||||||
timezone: "Europe/Paris"
|
time: "05:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: "production"
|
- dependency-type: "production"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
|
include: "scope"
|
||||||
|
groups:
|
||||||
|
go:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user