From 2ad7d5f7384758cd4893de77909d6eaeb5f6bd5d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 4 Sep 2026 10:52:15 -0400 Subject: [PATCH] ci: adds a group for artifact actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 051950f0641..27995ed60da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -87,6 +87,10 @@ updates: codeql-actions: patterns: - "github/codeql-action/*" + artifact-actions: + patterns: + - "actions/upload-artifact" + - "actions/download-artifact" schedule: interval: "weekly" day: "sunday"