Skip to content

Commit d7c2b0f

Browse files
feat(posts): add "Unignore Dependabot dependency with GitHub comment"
Post: 2026-03-18-dependabot-unignore-dependency-with-github-comment.md
1 parent dfdf550 commit d7c2b0f

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: post
3+
title: Unignore Dependabot dependency with GitHub comment
4+
date: 2026-03-18 19:45:39
5+
excerpt: How to unignore a Dependabot dependency with a GitHub comment.
6+
categories: dependabot dependency github
7+
---
8+
9+
This post goes over how to unignore a Dependabot dependency with a GitHub comment.
10+
11+
## Ignore Dependency
12+
13+
If you've ignored a Dependabot dependency before:
14+
15+
```
16+
@dependabot ignore this dependency
17+
```
18+
19+
Or:
20+
21+
```
22+
@dependabot ignore this major version
23+
```
24+
25+
## Unignore Dependency
26+
27+
You can unignore it with:
28+
29+
```
30+
@dependabot unignore <dependency name> dependency
31+
```
32+
33+
Or:
34+
35+
```
36+
@dependabot unignore <dependency name> <ignore condition>
37+
```
38+
39+
See [example](https://github.com/remarkablemark/paccurate/pull/646#issuecomment-4086345609).
40+
41+
## Ignore Conditions
42+
43+
Show all of the ignore conditions of the specified dependency:
44+
45+
```
46+
@dependabot show <dependency name> ignore conditions
47+
```

0 commit comments

Comments
 (0)