Skip to content

Create dependabot.yml #1

Create dependabot.yml

Create dependabot.yml #1

Workflow file for this run

# Uses dependabot to check things
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# The default location of the bot is `.github/workflows`
directory: "/"
schedule:
interval: "weekly"