dumb/.github/dependabot.yml

22 lines
406 B
YAML
Raw Normal View History

2024-01-19 23:33:10 +03:30
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
2024-07-14 01:00:30 +01:00
interval: "monthly"
2024-01-19 23:33:10 +03:30
groups:
all:
patterns:
- "*"
# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"