committed by
GitHub
1 changed files with 14 additions and 13 deletions
@ -1,15 +1,16 @@ |
|||||
# Set update schedule for GitHub Actions |
# Set update schedule for GitHub Actions |
||||
version: 2 |
- name: Dependabot |
||||
updates: |
version: 2 |
||||
|
updates: |
||||
|
|
||||
- package-ecosystem: "github-actions" |
- package-ecosystem: "github-actions" |
||||
directory: "/" |
directory: "/" |
||||
schedule: |
schedule: |
||||
interval: "daily" |
interval: "daily" |
||||
|
|
||||
- package-ecosystem: "docker" |
- package-ecosystem: "docker" |
||||
# Look for a `Dockerfile` in the `root` directory |
# Look for a `Dockerfile` in the `root` directory |
||||
directory: "/" |
directory: "/" |
||||
# Check for updates once a week |
# Check for updates once a week |
||||
schedule: |
schedule: |
||||
interval: "weekly" |
interval: "weekly" |
||||
|
Loading…
Reference in new issue