Browse Source

🔄 synced local '.github/dependabot.yml' with remote 'general/.github/dependabot.yml'

pull/28/head
dgibbs64 2 years ago
parent
commit
96ef964d62
  1. 9
      .github/dependabot.yml

9
.github/dependabot.yml

@ -1,14 +1,9 @@
# Set update schedule for GitHub Actions
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"

Loading…
Cancel
Save