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 # Set update schedule for GitHub Actions
---
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" # Check for updates to GitHub Actions every weekday
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly" interval: "weekly"

Loading…
Cancel
Save