mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Add ignore directives to dependabot
This commit is contained in:
parent
ddb8e3dbb1
commit
baf2b140e4
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -10,6 +10,10 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
- dependency-name: "coremark"
|
||||
- dependency-name: "embench-iot"
|
||||
- dependency-name: "verilog-ethernet"
|
||||
# Update actions in the GitHub Actions workflow files
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue