Skip to content

Commit 6059a66

Browse files
committed
Remove @octokit/plugin-retry from Dependabot ignore list
1 parent cb4fc9e commit 6059a66

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ updates:
88
- Rebuild
99
# Ignore incompatible dependency updates
1010
ignore:
11-
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
12-
- dependency-name: "@octokit/plugin-retry"
13-
versions: ["~6.0.0"]
14-
# This is broken due to the way configuration files have changed.
11+
# This is broken due to the way configuration files have changed.
1512
# This might be fixed when we move to eslint v9.
1613
- dependency-name: "eslint-plugin-import"
1714
versions: [">=2.30.0"]

0 commit comments

Comments
 (0)