mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
Merge pull request #1168 from jordancarlin/dependabot_ignore
Add ignore directives to dependabot
This commit is contained in:
commit
a772edcebb
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