Skip to content

Commit cc578e8

Browse files
authored
ci: exclude playground directory (#105)
* ci: exclude playground from scans * chore: format
1 parent 0d92ae7 commit cc578e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
8+
# Ignore all dependency manifests in the `playground` directory.
9+
exclude-paths:
10+
- '/playground/**'

0 commit comments

Comments
 (0)