xcaddy/.github/dependabot.yml
P. Radha Krishna 7e353c66d8
chore: Added gomod config to dependabot (#148)
Co-authored-by: RadhaKrishna <radha.peteti@appdynamics.com>
2024-01-11 15:28:12 -05:00

13 lines
246 B
YAML

---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10