Skip to content

chore(gh): add dependabot #1

chore(gh): add dependabot

chore(gh): add dependabot #1

Workflow file for this run

---
version: 2
updates:
# Maintain dependencies for GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week.
interval: "weekly"
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
# Check for updates to Go modules every week.
interval: "weekly"