From baf2b140e4f55cc39a2f786a184b7aeb7b515e3d Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 2 Dec 2024 07:39:29 -0800 Subject: [PATCH] Add ignore directives to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a91ebaf1d..96ad736b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "/"