mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Add ignore directives to dependabot
This commit is contained in:
parent
ddb8e3dbb1
commit
baf2b140e4
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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: "/"
|
||||||
|
Loading…
Reference in New Issue
Block a user