dfinity / nns-dapp

The Dapp of the Internet Computer's Network Nervous System.
https://nns.ic0.app/
Other
112 stars 38 forks source link

Update IC Cargo Dependencies on Sundays #5423

Closed dskloetd closed 1 month ago

dskloetd commented 1 month ago

Motivation

Dependabot often sends PRs on Monday morning. We also update our cargo dependency to the latest IC release on Monday morning. The IC release is usually made on Thursday or Friday. I prefer to merge the IC cargo dependencies PR first because

  1. It makes sure the dependabot changes aren't incompatible with the newest IC release
  2. Some of the dependabot changes tend to become obsolete once the IC deps are updated.

Currently I wait until 9:30 on Monday for the IC dependencies PR to be created. It would be nice to be able to do it earlier.

Changes

Change the schedule of .github/workflows/update-ic-cargo-deps.yaml to run on Sundays.

Tests

n/a

Todos