Commit 32af96f
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments