Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-8aabc1763d

This commit is contained in:
Julien Calixte
2024-12-30 17:21:06 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "" # See documentation for possible values - package-ecosystem: 'npm' # See documentation for possible values
directory: "/" # Location of package manifests directory: '/' # Location of package manifests
schedule: schedule:
interval: "monthly" interval: 'monthly'

View File

@@ -81,6 +81,7 @@ const feature: Feature = {
</p> </p>
<h3>The pull system: produce features only when the next team needs it</h3> <h3>The pull system: produce features only when the next team needs it</h3>
<p> <p>
Now, instead of pushing features, we wait for the next team to be ready.
It comes from the assumptions that we will never reach the best score ever It comes from the assumptions that we will never reach the best score ever
aka "the push system where everything goes right". We know we prefer aka "the push system where everything goes right". We know we prefer
waiting for next team to be ready before doing some extra work than having waiting for next team to be ready before doing some extra work than having