Skip to content

Commit 770c7f2

Browse files
Copilotsy-records
andauthored
chore: ignore /test/consume-types in dependabot npm updates
Agent-Logs-Url: https://github.com/docsifyjs/docsify/sessions/f8aa668a-2453-48f3-b9e6-023ba13b07d9 Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>
1 parent ebbd1ac commit 770c7f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
schedule:
1212
interval: monthly
1313
ignore:
14+
# Ignore ALL dependency updates for the /test/consume-types directory
15+
- dependency-name: '*'
16+
dependency-type: 'all'
17+
directory: '/test/consume-types'
18+
1419
# For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch).
1520
- dependency-name: '*'
1621
update-types:

0 commit comments

Comments
 (0)