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
It's worked and created PRs correctly, but now it has started throwing errors on some deps like this:
updater | 2025/03/20 03:34:58 INFO <job_983606249> Requirements to unlock update_not_possible
updater | 2025/03/20 03:34:58 INFO <job_983606249> Requirements update strategy widen_ranges
2025/03/20 03:34:58 INFO <job_983606249> No update possible for<dep>
I solved this after some tinkering by adding enable-beta-ecosystems: true
But looking at the official docs it doesn't specify that it's required for bun
So is this is a bug or is it still required to enable beta ecosystems, and why did it update some dependencies without it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've had this dependabot.yml for some time now:
It's worked and created PRs correctly, but now it has started throwing errors on some deps like this:
I solved this after some tinkering by adding
enable-beta-ecosystems: true
But looking at the official docs it doesn't specify that it's required for bun
So is this is a bug or is it still required to enable beta ecosystems, and why did it update some dependencies without it?
Beta Was this translation helpful? Give feedback.
All reactions