Let's try to fix/adjust Dependabot to start actively using it.
- Dependabot should maintain the lock file together with dependencies versions updates. Currently it's not happening, hence all auto PR's build failing. That might be because in dependabot.yml we specified directory: "/core/" and pnpm-lock.file is in root directory, maybe we need to change it to root.
- Dependabot start supporting pnpm in 2023 and in our config package-ecosystem is still npm. Let's update it.