Skip to content

Commit

Permalink
fix: Update dependabot.yml for security updates (#420)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Dependabot alerts upon security needed updates

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored May 17, 2024
1 parent da3e63b commit 4ae917b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,29 @@ updates:
directory: /docker/presets/inference/llama-2
schedule:
interval: daily
allow:
- update-type: "security"

- package-ecosystem: docker
directory: /docker/presets/inference/tfs-onnx
schedule:
interval: daily
allow:
- update-type: "security"

- package-ecosystem: docker
directory: /docker/presets/inference/tfs
schedule:
interval: daily
allow:
- update-type: "security"

- package-ecosystem: docker
directory: /docker/presets/tuning
schedule:
interval: daily
allow:
- update-type: "security"

- package-ecosystem: gomod
directory: /
Expand All @@ -41,8 +49,12 @@ updates:
directory: /presets/inference/text-generation
schedule:
interval: daily
allow:
- update-type: "security"

- package-ecosystem: pip
directory: /presets/tuning/tfs
schedule:
interval: daily
allow:
- update-type: "security"

0 comments on commit 4ae917b

Please sign in to comment.