grype/.github/dependabot.yaml
Weston Steimel 5b0f0fe3b9
chore: enable dependabot on gomod and GitHub actions (#1072)
Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
2023-01-25 15:58:56 +00:00

10 lines
No EOL
200 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily