Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-8aabc1763d
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -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'
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user