From b0e812c718297f0b1661fd262f5c0cd8676b6353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 15 May 2024 18:41:36 +0200 Subject: [PATCH] github: Make Dependabot also ignore "profiling" The other two crates are indirect through this. --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9be61c752..6f99f3893 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,4 +44,5 @@ updates: - "patch" ignore: - dependency-name: "tracing-tracy" - - dependency-name: "tracy-client" \ No newline at end of file + - dependency-name: "tracy-client" + - dependency-name: "profiling"