Excludes upload and download artifact dependencies from dependabot (#9736)

e.g. in https://github.com/astral-sh/ruff/pull/9667 we cannot upgrade
them but want to upgrade the rest
This commit is contained in:
Zanie Blue
2024-01-31 09:18:19 -06:00
committed by GitHub
parent 7a1fa0e5d8
commit 7642fb7f27

View File

@@ -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: "/"