Skip to content

Commit

Permalink
fix: CI Artifact Download Timeout. Fixes #12452 (#12454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garett-MacGowan authored and sarabala1979 committed Jan 8, 2024
1 parent e8cc715 commit 299bc16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -16,6 +16,10 @@ updates:
schedule:
interval: "weekly"
day: "saturday"
ignore:
# temporarily ignore until https://github.com/actions/download-artifact/issues/249 is resolved
- dependency-name: "actions/download-artifact"
- dependency-name: "actions/upload-artifact"

- package-ecosystem: "npm"
directory: "/ui"
Expand Down

0 comments on commit 299bc16

Please sign in to comment.