chore: Ignore docs directory for dependabot (#17451)
* Ignore docs directory * fix
This commit is contained in:
parent
1e2c83419c
commit
34d7f0a860
|
|
@ -21,3 +21,9 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 0
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/docs/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue