diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e728fd4..20ed043 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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' \ No newline at end of file diff --git a/src/modules/pull-system/article/FlowSetup.vue b/src/modules/pull-system/article/FlowSetup.vue index bfc8449..7fa61d1 100644 --- a/src/modules/pull-system/article/FlowSetup.vue +++ b/src/modules/pull-system/article/FlowSetup.vue @@ -81,6 +81,7 @@ const feature: Feature = {

The pull system: produce features only when the next team needs it

+ 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