Skip to content

Commit 0fcceb2

Browse files
authored
Add dependabot to real world examples in test
Closes GH-38. Reviewed-by: Titus Wormer <[email protected]>
1 parent 2fe65cf commit 0fcceb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"xo": "^0.46.0"
7272
},
7373
"scripts": {
74-
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
74+
"build": "rimraf \"{lib,test}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
7575
"format": "remark . -qfo --ignore-pattern test/ && prettier . -w --loglevel warn && xo --fix",
7676
"test-api": "node --conditions development test/index.js",
7777
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",

test/fixtures/mention/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For example, @user, @organization, or @organization/team-name.
66

77
GitHub ignores @mention and @mentions.
88

9-
Some valid real world examples: @a, @github, @github/security.
9+
Some valid real world examples: @a, @github, @github/security, @dependabot[bot].
1010

1111
But this is invalid: @-w.
1212

test/fixtures/mention/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For example, [**@user**](https://github.com/user), [**@organization**](https://g
66

77
GitHub ignores @mention and @mentions.
88

9-
Some valid real world examples: [**@a**](https://github.com/a), [**@github**](https://github.com/github), [**@github/security**](https://github.com/github/security).
9+
Some valid real world examples: [**@a**](https://github.com/a), [**@github**](https://github.com/github), [**@github/security**](https://github.com/github/security), [**@dependabot**](https://github.com/dependabot)\[bot].
1010

1111
But this is invalid: @-w.
1212

0 commit comments

Comments
 (0)