Browse Source

Update dependabot.yml

pull/7/head
Daniel Gibbs 2 years ago
committed by GitHub
parent
commit
c4cc7af2f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      .github/dependabot.yml

25
.github/dependabot.yml

@ -1,15 +1,16 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- name: Dependabot
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- 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:
interval: "weekly"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

Loading…
Cancel
Save