Daniel Gibbs
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
2 deletions
-
.github/dependabot.yml
|
|
@ -5,5 +5,11 @@ updates: |
|
|
|
- package-ecosystem: "github-actions" |
|
|
|
directory: "/" |
|
|
|
schedule: |
|
|
|
# Check for updates to GitHub Actions every weekday |
|
|
|
interval: "daily" |
|
|
|
interval: "daily" |
|
|
|
|
|
|
|
- package-ecosystem: "docker" |
|
|
|
# Look for a `Dockerfile` in the `root` directory |
|
|
|
directory: "/" |
|
|
|
# Check for updates once a week |
|
|
|
schedule: |
|
|
|
interval: "weekly" |
|
|
|