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
We would like to split the update interval for production and development package of npm. The main reason is that most of development package is update very fast and it will spam the PR too much.
The below configuration is what we tried to achieve but no luck.
It throws an error The property '#/updates/2' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' https://github.com/fastify/fastify/runs/4952267835
We would like to split the update interval for
production
anddevelopment
package ofnpm
. The main reason is that most ofdevelopment
package is update very fast and it will spam the PR too much.The below configuration is what we tried to achieve but no luck.
It throws an error
The property '#/updates/2' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'
https://github.com/fastify/fastify/runs/4952267835
The text was updated successfully, but these errors were encountered: