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
chore(ci): support for multi-lockfiles in the update-lockfiles WF (#1127)
* chore(ci): add support for multi-lock files in update_lockfiles
* chore(ci): add compile checks and per-dependency back-off in update_lockfiles
* chore(deps): intro 1.18 lock because of ex_ast
* fix(ci): ensure all locks are checked
* fix(deps): update locks for 1.13-1.14
* refactor(ci): extract refresh_lockfiles.sh
const prBody = `Automated weekly refresh of the committed \`mix.lock\` files via \`mix deps.update --all\`, keeping dependency pins current with the latest security patches allowed by each project's version constraints.
123
+
const prBody = `Automated weekly refresh of the committed \`mix.lock\` files (including the per-Elixir-version-range lockfiles) via \`mix deps.update --all\`, keeping dependency pins current with the latest security patches allowed by each project's version constraints.
0 commit comments