diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 494b0f52a9..ba4c275b23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: actions: patterns: - "*" + ignore: + # The latest versions of these are not compatible with our release workflow + - dependency-name: "actions/upload-artifact" + - dependency-name: "actions/download-artifact" - package-ecosystem: "cargo" directory: "/"