Skip to content

Commit 523d086

Browse files
authored
Merge pull request #282 from knockout/pc/noJasmineUpdates
Update Dependabot config to ignore jasmine
2 parents 5ff23c8 + 975daa7 commit 523d086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
interval: weekly
88
day: monday
99
open-pull-requests-limit: 10
10+
ignore:
11+
# package will be removed
12+
- dependency-name: "*jasmine*"
1013
groups:
1114
# Group minor/patch devDependency updates into a single PR
1215
dev-dependencies:

0 commit comments

Comments
 (0)