You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1572: Update dependabot changing ignore list to allow list r=brunoocasali a=bidoubiwa
To avoid being spammed with none-critical dependencies updates suggested by dependabot, we are changing from `ignore` to `allow` in the dependabot file. Ensuring we only update the critical dependencies.
```
- dependency-name: cross-fetch
```
cross-fetch is kept as it is the only one that is builded with the package. Updates of this library ensure that the library is kept up to date with new versions of `node`.
Co-authored-by: Charlotte Vermandel <[email protected]>
0 commit comments