Skip to content

Commit 32af96f

Browse files
authored
Exclude wordpress-builds/public path in dependabot (#3088)
## Motivation for the change, related issues Based on #3057 Instead of modifying the `package-lock.json` files inside the `wordpress-builds` directory like I did in the previous pull request, I fixed the incorrect path in `dependabot.yml`. ## Implementation details ```diff exclude-paths: - - packages/playground/wordpress-builds/build + - packages/playground/wordpress-builds/public - isomorphic-git ``` ## Testing Instructions (or ideally a Blueprint) If this pull request is merged, [this Security issue](https://github.com/WordPress/wordpress-playground/security/dependabot/132) will no longer be open.
1 parent a90b838 commit 32af96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: 'daily'
77
exclude-paths:
8-
- packages/playground/wordpress-builds/build
8+
- packages/playground/wordpress-builds/public
99
- isomorphic-git
1010
ignore:
1111
# Ignore all non-security updates - only allow security updates for high or critical vulnerabilities

0 commit comments

Comments
 (0)