mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #1168 from jordancarlin/dependabot_ignore
Add ignore directives to dependabot
This commit is contained in:
commit
a772edcebb
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