We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8d19ec + 23e6e20 commit 861e193Copy full SHA for 861e193
.github/dependabot.yml
@@ -7,3 +7,8 @@ updates:
7
interval: "weekly"
8
commit-message:
9
prefix: "[CI]"
10
+ ignore:
11
+ # TODO(DF): Remove once no longer stuck on ASWF CY22 Docker image
12
+ # for CI (causing nodejs glibc error).
13
+ - dependency-name: "actions/checkout"
14
+ update-types: ["version-update:semver-major"]
0 commit comments