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
|
||||
updates:
|
||||
- package-ecosystem: "" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: 'npm' # See documentation for possible values
|
||||
directory: '/' # Location of package manifests
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
interval: 'monthly'
|
||||
@@ -81,6 +81,7 @@ const feature: Feature = {
|
||||
</p>
|
||||
<h3>The pull system: produce features only when the next team needs it</h3>
|
||||
<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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user