From 9415af0a5526f5a01f92aba366d392c637e78407 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sat, 17 Feb 2024 14:16:35 -0800 Subject: [PATCH] Don't include the update/download artifact actions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d28057b..686a7e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,6 @@ updates: all: patterns: - "*" + exclude-patterns: + - "*upload-artifact" + - "*download-artifact"