diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 051950f064..27995ed60d 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"