sandbox/.github/dependabot.yml

14 lines
415 B
YAML
Raw Normal View History

# https://stuff.revi.xyz/u/dependabot
# for documentation link
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"
labels: []