1
1
mirror of https://github.com/goreleaser/nfpm synced 2025-12-31 06:31:42 +01:00
nfpm/.github/dependabot.yml
Carlos Alexandro Becker 8ba0acdbe0
test: fix apk acceptance tests for newer alpine versions
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-12-15 10:14:03 -03:00

49 lines
976 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/New_York"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
groups:
go:
patterns:
- "*"
- 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: "docker"
directories:
- "/"
- "/testdata/acceptance/"
schedule:
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/New_York"
labels:
- "dependencies"
commit-message:
prefix: "fix"
include: "scope"