mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
14 lines
319 B
YAML
14 lines
319 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
|
|
# Dependencies listed in go.mod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "monthly"
|