Add ignore directives to dependabot

This commit is contained in:
Jordan Carlin 2024-12-02 07:39:29 -08:00
parent ddb8e3dbb1
commit baf2b140e4
No known key found for this signature in database

View File

@ -10,6 +10,10 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
ignore:
- dependency-name: "coremark"
- dependency-name: "embench-iot"
- dependency-name: "verilog-ethernet"
# Update actions in the GitHub Actions workflow files # Update actions in the GitHub Actions workflow files
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"