renovatebot / config-help

Please use the Discussions feature of https://github.com/renovatebot/renovate instead

Home Page:https://github.com/renovatebot/renovate/discussions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rediscover newly added package.json file

foucdeg opened this issue · comments

Which Renovate are you using?

WhiteSource Renovate App

Which platform are you using?

GitHub.com

Have you checked the logs? Don't forget to include them if relevant

Nothing special there

What would you like to do?

I've recently added a new app in my repo with its own package.json file. I'd like Renovate to manage the dependencies of the new app too, but it hasn't done so yet (not even pinned dependencies). Renovate works fine with the other package files in the same repo.

How can I make renovate discover the new package.json file in my project and start managing it?

Please post the debug logs here, you can find them on app dashboard. https://app.renovatebot.com/dashboard

Renovate should find the new deps automatically.

It's possible that it got marked as disabled if Renovate ran on it initially and found no package files. Then it only gets picked up again when we do ~weekly disabled checks. If given the repo name or a previous job ID then I can manually fix.

Hi @rarkins , the repo name is foucdeg/passe-un-dessin . The new package.json file is located at drawing-renderer/package.json and was added about a month ago.

Hi @viceice , debug logs below:

Debug logs
INFO: Repository started
{
  "renovateVersion": "23.73.1"
}
DEBUG: Using localDir: /mnt/renovate/gh/foucdeg/passe-un-dessin
DEBUG: Repository cache is valid
DEBUG: initRepo("foucdeg/passe-un-dessin")
DEBUG: Overriding default GitHub endpoint
{
  "endpoint": "https://api.github.com/"
}
DEBUG: No dangling containers to remove
DEBUG: foucdeg/passe-un-dessin default branch = master
DEBUG: Using personal access token for git init
DEBUG: resetMemCache()
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: findFile(renovate.json)
DEBUG: Initializing git repository into /mnt/renovate/gh/foucdeg/passe-un-dessin
DEBUG: git clone completed
{
  "durationMs": 1638
}
DEBUG: latest commit
{
  "latestCommitDate": "2020-11-08T15:13:45+01:00"
}
DEBUG: Setting git author name
{
  "gitAuthorName": "Renovate Bot"
}
DEBUG: Setting git author email
{
  "gitAuthorEmail": "bot@renovateapp.com"
}
DEBUG: config file exists
DEBUG: Retrieving issueList
DEBUG: Retrieved 0 issues
DEBUG: Repo is onboarded
DEBUG: Found renovate.json config file
DEBUG: Repository config
{
  "fileName": "renovate.json",
  "config": {
    "extends": [
      "config:base",
      ":automergeMinor"
    ]
  }
}
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
  "config": {
    "extends": [
      "config:base",
      ":automergeMinor"
    ]
  }
}
DEBUG: migrated config
{
  "config": {
    "extends": [
      "config:base",
      ":automergeMinor"
    ]
  }
}
DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
}
DEBUG: detectSemanticCommits()
DEBUG: getCommitMessages
DEBUG: Semantic commits detection: atom
DEBUG: No semantic commits detected
DEBUG: Setting branchPrefix: renovate/
DEBUG: Cannot read vulnerability alerts
DEBUG: No vulnerability alerts found
DEBUG: processRepo()
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Found cached extract
{
  "baseBranch": "master",
  "baseBranchSha": "7244fbd6c8545170efd9ba85c2dc6b75fc970164"
}
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
  "baseBranch": "master",
  "stats": {
    "managers": {
      "circleci": {
        "fileCount": 1,
        "depCount": 3
      },
      "docker-compose": {
        "fileCount": 1,
        "depCount": 1
      },
      "dockerfile": {
        "fileCount": 4,
        "depCount": 5
      },
      "npm": {
        "fileCount": 2,
        "depCount": 69
      },
      "nvm": {
        "fileCount": 1,
        "depCount": 1
      },
      "poetry": {
        "fileCount": 1,
        "depCount": 26
      }
    },
    "total": {
      "fileCount": 10,
      "depCount": 105
    }
  }
}
DEBUG: orb.getReleases()
{
  "lookupName": "circleci/node"
}
DEBUG: getLabels(https://index.docker.io, cimg/base, stable)
DEBUG: getLabels(https://index.docker.io, library/postgres, latest)
DEBUG: getLabels(https://index.docker.io, library/python, latest)
DEBUG: Found deprecationMessage (@types/react-intl)(dependency="@types/react-intl")
DEBUG: Package releases lookups complete
{
  "baseBranch": "master"
}
DEBUG: packageFiles with updates
{
  "config": {
    "circleci": [
      {
        "packageFile": ".circleci/config.yml",
        "manager": "circleci",
        "deps": [
          {
            "depType": "orb",
            "depName": "node",
            "currentValue": "4.1.0",
            "datasource": "orb",
            "lookupName": "circleci/node",
            "commitMessageTopic": "{{{depName}}} orb",
            "versioning": "npm",
            "rangeStrategy": "pin",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "4.1.0",
            "homepage": "https://circleci.com/orbs/registry/orb/circleci/node",
            "updates": []
          },
          {
            "depName": "cimg/base",
            "currentValue": "2020.11",
            "replaceString": "cimg/base:2020.11",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "docker",
            "versioning": "docker",
            "depIndex": 1,
            "warnings": [],
            "fixedVersion": "2020.11",
            "dockerRegistry": "https://index.docker.io",
            "dockerRepository": "cimg/base",
            "updates": []
          },
          {
            "depName": "cimg/base",
            "currentValue": "2020.11",
            "replaceString": "cimg/base:2020.11",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "docker",
            "versioning": "docker",
            "depIndex": 2,
            "warnings": [],
            "fixedVersion": "2020.11",
            "dockerRegistry": "https://index.docker.io",
            "dockerRepository": "cimg/base",
            "updates": []
          }
        ]
      }
    ],
    "docker-compose": [
      {
        "packageFile": "docker-compose.yml",
        "manager": "docker-compose",
        "deps": [
          {
            "depName": "postgres",
            "currentValue": "10",
            "replaceString": "postgres:10",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "10",
            "dockerRegistry": "https://index.docker.io",
            "dockerRepository": "library/postgres",
            "updates": [
              {
                "fromVersion": "10",
                "toVersion": "13",
                "newValue": "13",
                "newMajor": 13,
                "newMinor": null,
                "updateType": "major",
                "isSingleVersion": true,
                "newVersion": "13"
              }
            ]
          }
        ]
      }
    ],
    "dockerfile": [
      {
        "packageFile": "backend/Dockerfile",
        "manager": "dockerfile",
        "deps": [
          {
            "skipReason": "contains-variable",
            "replaceString": "jotadrilo/watchman:$WATCHMAN_VERSION",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "stage",
            "depIndex": 0,
            "updates": []
          },
          {
            "depName": "python",
            "currentValue": "3.9.0",
            "replaceString": "python:3.9.0",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "final",
            "depIndex": 1,
            "warnings": [],
            "fixedVersion": "3.9.0",
            "dockerRegistry": "https://index.docker.io",
            "dockerRepository": "library/python",
            "updates": []
          }
        ]
      },
      {
        "packageFile": "backend/docker/Dockerfile.prod",
        "manager": "dockerfile",
        "deps": [
          {
            "depName": "python",
            "currentValue": "3.9-alpine",
            "replaceString": "python:3.9-alpine",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "final",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "3.9-alpine",
            "dockerRegistry": "https://index.docker.io",
            "dockerRepository": "library/python",
            "updates": []
          }
        ]
      },
      {
        "packageFile": "drawing-renderer/Dockerfile",
        "manager": "dockerfile",
        "deps": [
          {
            "depName": "node",
            "currentValue": "alpine",
            "replaceString": "node:alpine",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "commitMessageTopic": "Node.js",
            "depType": "final",
            "depIndex": 0,
            "warnings": [],
            "skipReason": "unsupported-value",
            "updates": []
          }
        ]
      },
      {
        "packageFile": "drawing-renderer/Dockerfile.prod",
        "manager": "dockerfile",
        "deps": [
          {
            "depName": "node",
            "currentValue": "alpine",
            "replaceString": "node:alpine",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "commitMessageTopic": "Node.js",
            "depType": "final",
            "depIndex": 0,
            "warnings": [],
            "skipReason": "unsupported-value",
            "updates": []
          }
        ]
      }
    ],
    "npm": [
      {
        "packageFile": "drawing-renderer/package.json",
        "deps": [
          {
            "depType": "dependencies",
            "depName": "@sentry/node",
            "currentValue": "^5.27.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.27.3",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "5.27.3",
            "sourceUrl": "https://github.com/getsentry/sentry-javascript",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "express",
            "currentValue": "^4.17.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "4.17.1",
            "depIndex": 1,
            "warnings": [],
            "fixedVersion": "4.17.1",
            "sourceUrl": "https://github.com/expressjs/express",
            "homepage": "http://expressjs.com/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "lz-string",
            "currentValue": "^1.4.4",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "1.4.4",
            "depIndex": 2,
            "warnings": [],
            "fixedVersion": "1.4.4",
            "sourceUrl": "https://github.com/pieroxy/lz-string",
            "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "pg",
            "currentValue": "^8.3.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "8.3.3",
            "depIndex": 3,
            "warnings": [],
            "fixedVersion": "8.3.3",
            "sourceUrl": "https://github.com/brianc/node-postgres",
            "updates": []
          }
        ],
        "packageJsonName": "passe-un-dessin-drawing-renderer",
        "packageFileVersion": "1.0.0",
        "packageJsonType": "library",
        "yarnLock": "drawing-renderer/yarn.lock",
        "skipInstalls": true,
        "constraints": {}
      },
      {
        "packageFile": "frontend/package.json",
        "deps": [
          {
            "depType": "dependencies",
            "depName": "@formatjs/intl-pluralrules",
            "currentValue": "3.5.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "3.5.3",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "3.5.3",
            "sourceUrl": "https://github.com/formatjs/formatjs",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "@reduxjs/toolkit",
            "currentValue": "1.4.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "1.4.0",
            "depIndex": 1,
            "warnings": [],
            "fixedVersion": "1.4.0",
            "sourceUrl": "https://github.com/reduxjs/redux-toolkit",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "@sentry/browser",
            "currentValue": "5.27.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.27.3",
            "depIndex": 2,
            "warnings": [],
            "fixedVersion": "5.27.3",
            "sourceUrl": "https://github.com/getsentry/sentry-javascript",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "babel-polyfill",
            "currentValue": "6.26.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "6.26.0",
            "depIndex": 3,
            "warnings": [],
            "fixedVersion": "6.26.0",
            "sourceUrl": "https://github.com/babel/babel",
            "homepage": "https://babeljs.io/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "copy-to-clipboard",
            "currentValue": "3.3.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "3.3.1",
            "depIndex": 4,
            "warnings": [],
            "fixedVersion": "3.3.1",
            "sourceUrl": "https://github.com/sudodoki/copy-to-clipboard",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "core-js",
            "currentValue": "3.7.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "3.7.0",
            "depIndex": 5,
            "warnings": [],
            "fixedVersion": "3.7.0",
            "sourceUrl": "https://github.com/zloirock/core-js",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "date-fns",
            "currentValue": "2.16.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "2.16.1",
            "depIndex": 6,
            "warnings": [],
            "fixedVersion": "2.16.1",
            "sourceUrl": "https://github.com/date-fns/date-fns",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "env-cmd",
            "currentValue": "10.1.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "10.1.0",
            "depIndex": 7,
            "warnings": [],
            "fixedVersion": "10.1.0",
            "sourceUrl": "https://github.com/toddbluhm/env-cmd",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "formik",
            "currentValue": "2.2.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "2.2.3",
            "depIndex": 8,
            "warnings": [],
            "fixedVersion": "2.2.3",
            "sourceUrl": "https://github.com/formium/formik",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "lz-string",
            "currentValue": "1.4.4",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "1.4.4",
            "depIndex": 9,
            "warnings": [],
            "fixedVersion": "1.4.4",
            "sourceUrl": "https://github.com/pieroxy/lz-string",
            "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react",
            "currentValue": "17.0.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "17.0.1",
            "depIndex": 10,
            "warnings": [],
            "fixedVersion": "17.0.1",
            "sourceUrl": "https://github.com/facebook/react",
            "sourceDirectory": "packages/react",
            "homepage": "https://reactjs.org/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-dom",
            "currentValue": "17.0.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "17.0.1",
            "depIndex": 11,
            "warnings": [],
            "fixedVersion": "17.0.1",
            "sourceUrl": "https://github.com/facebook/react",
            "sourceDirectory": "packages/react-dom",
            "homepage": "https://reactjs.org/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-intl",
            "currentValue": "5.9.2",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.9.2",
            "depIndex": 12,
            "warnings": [],
            "fixedVersion": "5.9.2",
            "sourceUrl": "https://github.com/formatjs/formatjs",
            "homepage": "https://formatjs.io/docs/react-intl",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-is",
            "currentValue": "17.0.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "17.0.1",
            "depIndex": 13,
            "warnings": [],
            "fixedVersion": "17.0.1",
            "sourceUrl": "https://github.com/facebook/react",
            "sourceDirectory": "packages/react-is",
            "homepage": "https://reactjs.org/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-redux",
            "currentValue": "7.2.2",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "7.2.2",
            "depIndex": 14,
            "warnings": [],
            "fixedVersion": "7.2.2",
            "sourceUrl": "https://github.com/reduxjs/react-redux",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-router",
            "currentValue": "5.2.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.2.0",
            "depIndex": 15,
            "warnings": [],
            "fixedVersion": "5.2.0",
            "sourceUrl": "https://github.com/ReactTraining/react-router",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-router-dom",
            "currentValue": "5.2.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.2.0",
            "depIndex": 16,
            "warnings": [],
            "fixedVersion": "5.2.0",
            "sourceUrl": "https://github.com/ReactTraining/react-router",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-scripts",
            "currentValue": "4.0.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "4.0.0",
            "depIndex": 17,
            "warnings": [],
            "fixedVersion": "4.0.0",
            "sourceUrl": "https://github.com/facebook/create-react-app",
            "sourceDirectory": "packages/react-scripts",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "react-use",
            "currentValue": "15.3.4",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "15.3.4",
            "depIndex": 18,
            "warnings": [],
            "fixedVersion": "15.3.4",
            "sourceUrl": "https://github.com/streamich/react-use",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "redux",
            "currentValue": "4.0.5",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "4.0.5",
            "depIndex": 19,
            "warnings": [],
            "fixedVersion": "4.0.5",
            "sourceUrl": "https://github.com/reduxjs/redux",
            "homepage": "http://redux.js.org",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "regenerator-runtime",
            "currentValue": "0.13.7",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "0.13.7",
            "depIndex": 20,
            "warnings": [],
            "fixedVersion": "0.13.7",
            "sourceUrl": "https://github.com/facebook/regenerator",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "styled-components",
            "currentValue": "5.2.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "5.2.1",
            "depIndex": 21,
            "warnings": [],
            "fixedVersion": "5.2.1",
            "sourceUrl": "https://github.com/styled-components/styled-components",
            "homepage": "https://styled-components.com/",
            "updates": []
          },
          {
            "depType": "dependencies",
            "depName": "superagent",
            "currentValue": "6.1.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "lockedVersion": "6.1.0",
            "depIndex": 22,
            "warnings": [],
            "fixedVersion": "6.1.0",
            "sourceUrl": "https://github.com/visionmedia/superagent",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/jest",
            "currentValue": "26.0.15",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "26.0.15",
            "depIndex": 23,
            "warnings": [],
            "fixedVersion": "26.0.15",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/jest",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/lz-string",
            "currentValue": "1.3.34",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.3.34",
            "depIndex": 24,
            "warnings": [],
            "fixedVersion": "1.3.34",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/lz-string",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/node",
            "currentValue": "12.19.3",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "12.19.3",
            "depIndex": 25,
            "warnings": [],
            "fixedVersion": "12.19.3",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/node",
            "updates": [
              {
                "fromVersion": "12.19.3",
                "toVersion": "14.14.6",
                "newValue": "14.14.6",
                "newMajor": 14,
                "newMinor": 14,
                "updateType": "major",
                "isSingleVersion": true,
                "releaseTimestamp": "2020-10-28T19:05:24.325Z",
                "canBeUnpublished": false
              }
            ]
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react",
            "currentValue": "16.9.56",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "16.9.56",
            "depIndex": 26,
            "warnings": [],
            "fixedVersion": "16.9.56",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/react",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react-dom",
            "currentValue": "16.9.9",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "16.9.9",
            "depIndex": 27,
            "warnings": [],
            "fixedVersion": "16.9.9",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/react-dom",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react-intl",
            "currentValue": "3.0.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "3.0.0",
            "depIndex": 28,
            "warnings": [],
            "fixedVersion": "3.0.0",
            "deprecationMessage": "On registry `https://registry.npmjs.org/`, the \"latest\" version (v3.0.0) of dependency `@types/react-intl` has the following deprecation notice:\n\n`This is a stub types definition. react-intl provides its own type definitions, so you do not need this installed.`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.",
            "sourceUrl": "https://github.com/formatjs/react-intl",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react-redux",
            "currentValue": "7.1.11",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "7.1.11",
            "depIndex": 29,
            "warnings": [],
            "fixedVersion": "7.1.11",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/react-redux",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react-router",
            "currentValue": "5.1.8",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "5.1.8",
            "depIndex": 30,
            "warnings": [],
            "fixedVersion": "5.1.8",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/react-router",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/react-router-dom",
            "currentValue": "5.1.6",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "5.1.6",
            "depIndex": 31,
            "warnings": [],
            "fixedVersion": "5.1.6",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/react-router-dom",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/styled-components",
            "currentValue": "5.1.4",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "5.1.4",
            "depIndex": 32,
            "warnings": [],
            "fixedVersion": "5.1.4",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/styled-components",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/superagent",
            "currentValue": "4.1.10",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "4.1.10",
            "depIndex": 33,
            "warnings": [],
            "fixedVersion": "4.1.10",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/superagent",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@types/webpack-env",
            "currentValue": "1.15.3",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.15.3",
            "depIndex": 34,
            "warnings": [],
            "fixedVersion": "1.15.3",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "sourceDirectory": "types/webpack-env",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@typescript-eslint/eslint-plugin",
            "currentValue": "4.6.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "4.6.1",
            "depIndex": 35,
            "warnings": [],
            "fixedVersion": "4.6.1",
            "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
            "sourceDirectory": "packages/eslint-plugin",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@typescript-eslint/parser",
            "currentValue": "4.6.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "4.6.1",
            "depIndex": 36,
            "warnings": [],
            "fixedVersion": "4.6.1",
            "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
            "sourceDirectory": "packages/parser",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "@welldone-software/why-did-you-render",
            "currentValue": "5.0.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "5.0.0",
            "depIndex": 37,
            "warnings": [],
            "fixedVersion": "5.0.0",
            "sourceUrl": "https://github.com/welldone-software/why-did-you-render",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "babel-plugin-styled-components",
            "currentValue": "1.11.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.11.1",
            "depIndex": 38,
            "warnings": [],
            "fixedVersion": "1.11.1",
            "sourceUrl": "https://github.com/styled-components/babel-plugin-styled-components",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "bundlesize",
            "currentValue": "0.18.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "0.18.0",
            "depIndex": 39,
            "warnings": [],
            "fixedVersion": "0.18.0",
            "sourceUrl": "https://github.com/siddharthkp/bundlesize",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "cypress",
            "currentValue": "5.5.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "5.5.0",
            "depIndex": 40,
            "warnings": [],
            "fixedVersion": "5.5.0",
            "sourceUrl": "https://github.com/cypress-io/cypress",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-config-prettier",
            "currentValue": "6.15.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "6.15.0",
            "depIndex": 41,
            "warnings": [],
            "fixedVersion": "6.15.0",
            "sourceUrl": "https://github.com/prettier/eslint-config-prettier",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-config-react-app",
            "currentValue": "6.0.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "6.0.0",
            "depIndex": 42,
            "warnings": [],
            "fixedVersion": "6.0.0",
            "sourceUrl": "https://github.com/facebook/create-react-app",
            "sourceDirectory": "packages/eslint-config-react-app",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-import",
            "currentValue": "2.22.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "2.22.1",
            "depIndex": 43,
            "warnings": [],
            "fixedVersion": "2.22.1",
            "sourceUrl": "https://github.com/benmosher/eslint-plugin-import",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-jest",
            "currentValue": "24.1.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "24.1.0",
            "depIndex": 44,
            "warnings": [],
            "fixedVersion": "24.1.0",
            "sourceUrl": "https://github.com/jest-community/eslint-plugin-jest",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-jsx-a11y",
            "currentValue": "6.4.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "6.4.1",
            "depIndex": 45,
            "warnings": [],
            "fixedVersion": "6.4.1",
            "sourceUrl": "https://github.com/evcohen/eslint-plugin-jsx-a11y",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-mysticatea",
            "currentValue": "4.2.4",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "4.2.4",
            "depIndex": 46,
            "warnings": [],
            "fixedVersion": "4.2.4",
            "sourceUrl": "https://github.com/mysticatea/eslint-plugin",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-prefer-object-spread",
            "currentValue": "1.2.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.2.1",
            "depIndex": 47,
            "warnings": [],
            "fixedVersion": "1.2.1",
            "sourceUrl": "https://github.com/bryanrsmith/eslint-plugin-prefer-object-spread",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-prettier",
            "currentValue": "3.1.4",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "3.1.4",
            "depIndex": 48,
            "warnings": [],
            "fixedVersion": "3.1.4",
            "sourceUrl": "https://github.com/prettier/eslint-plugin-prettier",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-react",
            "currentValue": "7.21.5",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "7.21.5",
            "depIndex": 49,
            "warnings": [],
            "fixedVersion": "7.21.5",
            "sourceUrl": "https://github.com/yannickcr/eslint-plugin-react",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "eslint-plugin-risxss",
            "currentValue": "1.1.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.1.1",
            "depIndex": 50,
            "warnings": [],
            "fixedVersion": "1.1.1",
            "sourceUrl": "https://github.com/theodo/RisXSS",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "http-proxy-middleware",
            "currentValue": "1.0.6",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.0.6",
            "depIndex": 51,
            "warnings": [],
            "fixedVersion": "1.0.6",
            "sourceUrl": "https://github.com/chimurai/http-proxy-middleware",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "npm-audit-resolver",
            "currentValue": "2.2.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "2.2.1",
            "depIndex": 52,
            "warnings": [],
            "fixedVersion": "2.2.1",
            "sourceUrl": "https://github.com/naugtur/npm-audit-resolver",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "prettier",
            "currentValue": "2.1.2",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "2.1.2",
            "depIndex": 53,
            "warnings": [],
            "fixedVersion": "2.1.2",
            "sourceUrl": "https://github.com/prettier/prettier",
            "homepage": "https://prettier.io",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "react-app-rewire-webpack-bundle-analyzer",
            "currentValue": "1.1.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.1.0",
            "depIndex": 54,
            "warnings": [],
            "fixedVersion": "1.1.0",
            "sourceUrl": "https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "react-app-rewired",
            "currentValue": "2.1.6",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "2.1.6",
            "depIndex": 55,
            "warnings": [],
            "fixedVersion": "2.1.6",
            "sourceUrl": "https://github.com/timarney/react-app-rewired",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "sitemap-webpack-plugin",
            "currentValue": "0.9.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "0.9.0",
            "depIndex": 56,
            "warnings": [],
            "fixedVersion": "0.9.0",
            "sourceUrl": "https://github.com/schneidmaster/sitemap-webpack-plugin",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint",
            "currentValue": "13.7.2",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "13.7.2",
            "depIndex": 57,
            "warnings": [],
            "fixedVersion": "13.7.2",
            "sourceUrl": "https://github.com/stylelint/stylelint",
            "homepage": "https://stylelint.io",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint-config-prettier",
            "currentValue": "8.0.2",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "8.0.2",
            "depIndex": 58,
            "warnings": [],
            "fixedVersion": "8.0.2",
            "sourceUrl": "https://github.com/prettier/stylelint-config-prettier",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint-config-standard",
            "currentValue": "20.0.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "20.0.0",
            "depIndex": 59,
            "warnings": [],
            "fixedVersion": "20.0.0",
            "sourceUrl": "https://github.com/stylelint/stylelint-config-standard",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint-config-styled-components",
            "currentValue": "0.1.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "0.1.1",
            "depIndex": 60,
            "warnings": [],
            "fixedVersion": "0.1.1",
            "sourceUrl": "https://github.com/styled-components/stylelint-config-styled-components",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint-declaration-strict-value",
            "currentValue": "1.6.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.6.1",
            "depIndex": 61,
            "warnings": [],
            "fixedVersion": "1.6.1",
            "sourceUrl": "https://github.com/AndyOGo/stylelint-declaration-strict-value",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "stylelint-processor-styled-components",
            "currentValue": "1.10.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "1.10.0",
            "depIndex": 62,
            "warnings": [],
            "fixedVersion": "1.10.0",
            "sourceUrl": "https://github.com/styled-components/stylelint-processor-styled-components",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "typescript",
            "currentValue": "4.0.5",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "4.0.5",
            "depIndex": 63,
            "warnings": [],
            "fixedVersion": "4.0.5",
            "sourceUrl": "https://github.com/Microsoft/TypeScript",
            "homepage": "https://www.typescriptlang.org/",
            "updates": []
          },
          {
            "depType": "devDependencies",
            "depName": "webpack-manifest-plugin",
            "currentValue": "2.2.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "lockedVersion": "2.2.0",
            "depIndex": 64,
            "warnings": [],
            "fixedVersion": "2.2.0",
            "sourceUrl": "https://github.com/danethurber/webpack-manifest-plugin",
            "updates": []
          }
        ],
        "packageJsonName": "passe-un-dessin",
        "packageFileVersion": "0.1.0",
        "packageJsonType": "app",
        "yarnLock": "frontend/yarn.lock",
        "skipInstalls": true,
        "constraints": {}
      }
    ],
    "nvm": [
      {
        "packageFile": "frontend/.nvmrc",
        "manager": "nvm",
        "deps": [
          {
            "depName": "node",
            "currentValue": "12.19.0",
            "datasource": "github-tags",
            "lookupName": "nodejs/node",
            "depIndex": 0,
            "warnings": [],
            "fixedVersion": "12.19.0",
            "sourceUrl": "https://github.com/nodejs/node",
            "updates": [
              {
                "fromVersion": "12.19.0",
                "toVersion": "v15.1.0",
                "newValue": "15.1.0",
                "newMajor": 15,
                "newMinor": 1,
                "updateType": "major",
                "isSingleVersion": true
              }
            ]
          }
        ]
      }
    ],
    "poetry": [
      {
        "packageFile": "backend/pyproject.toml",
        "manager": "poetry",
        "deps": [
          {
            "depName": "argon2-cffi",
            "depType": "dependencies",
            "currentValue": "^20.0.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 0,
            "warnings": [],
            "sourceUrl": "https://github.com/hynek/argon2-cffi",
            "homepage": "https://argon2-cffi.readthedocs.io/",
            "updates": []
          },
          {
            "depName": "asgiref",
            "depType": "dependencies",
            "currentValue": "^3.2.5",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 1,
            "warnings": [],
            "sourceUrl": "https://github.com/django/asgiref",
            "changelogUrl": "https://github.com/django/asgiref/blob/master/CHANGELOG.txt",
            "updates": []
          },
          {
            "depName": "boto3",
            "depType": "dependencies",
            "currentValue": "^1.12.26",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 2,
            "warnings": [],
            "sourceUrl": "https://github.com/boto/boto3",
            "updates": []
          },
          {
            "depName": "dj-database-url",
            "depType": "dependencies",
            "currentValue": "^0.5.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 3,
            "warnings": [],
            "sourceUrl": "https://github.com/kennethreitz/dj-database-url",
            "updates": []
          },
          {
            "depName": "django",
            "depType": "dependencies",
            "currentValue": "^3.0.4",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 4,
            "warnings": [],
            "sourceUrl": "https://github.com/django/django",
            "homepage": "https://www.djangoproject.com/",
            "changelogUrl": "https://github.com/django/django/tree/master/docs/releases",
            "updates": []
          },
          {
            "depName": "django-memoize",
            "depType": "dependencies",
            "currentValue": "^2.2.1",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 5,
            "warnings": [],
            "sourceUrl": "https://github.com/unhaggle/django-memoize",
            "updates": []
          },
          {
            "depName": "django-storages",
            "depType": "dependencies",
            "currentValue": "^1.9.1",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 6,
            "warnings": [],
            "sourceUrl": "https://github.com/jschneier/django-storages",
            "changelogUrl": "https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst",
            "updates": []
          },
          {
            "depName": "djangorestframework",
            "depType": "dependencies",
            "currentValue": "^3.11.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 7,
            "warnings": [],
            "sourceUrl": "https://github.com/encode/django-rest-framework",
            "homepage": "https://www.django-rest-framework.org/",
            "changelogUrl": "https://www.django-rest-framework.org/community/release-notes/",
            "updates": []
          },
          {
            "depName": "djangorestframework_simplejwt",
            "depType": "dependencies",
            "currentValue": "",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "skipReason": "git-dependency",
            "depIndex": 8,
            "updates": []
          },
          {
            "depName": "psycopg2-binary",
            "depType": "dependencies",
            "currentValue": "^2.8.4",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 9,
            "warnings": [],
            "sourceUrl": "https://github.com/psycopg/psycopg2",
            "homepage": "https://psycopg.org/",
            "changelogUrl": "http://initd.org/psycopg/articles/tag/release/",
            "updates": []
          },
          {
            "depName": "pytz",
            "depType": "dependencies",
            "currentValue": "^2019.3",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 10,
            "warnings": [],
            "homepage": "http://pythonhosted.org/pytz",
            "updates": []
          },
          {
            "depName": "requests",
            "depType": "dependencies",
            "currentValue": "^2.23.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 11,
            "warnings": [],
            "sourceUrl": "https://github.com/psf/requests",
            "homepage": "https://requests.readthedocs.io",
            "changelogUrl": "https://github.com/psf/requests/blob/master/HISTORY.md",
            "updates": []
          },
          {
            "depName": "sentry-sdk",
            "depType": "dependencies",
            "currentValue": "^0.19.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 12,
            "warnings": [],
            "sourceUrl": "https://github.com/getsentry/sentry-python",
            "changelogUrl": "https://github.com/getsentry/sentry-python/blob/master/CHANGES.md",
            "updates": []
          },
          {
            "depName": "sqlparse",
            "depType": "dependencies",
            "currentValue": "^0.4.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 13,
            "warnings": [],
            "sourceUrl": "https://github.com/andialbrecht/sqlparse",
            "changelogUrl": "https://sqlparse.readthedocs.io/en/latest/changes/",
            "updates": []
          },
          {
            "depName": "watchtower",
            "depType": "dependencies",
            "currentValue": "^1.0.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 14,
            "warnings": [],
            "sourceUrl": "https://github.com/kislyuk/watchtower",
            "updates": []
          },
          {
            "depName": "channels",
            "depType": "dependencies",
            "currentValue": "^2.4.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 15,
            "warnings": [],
            "sourceUrl": "https://github.com/django/channels",
            "updates": [
              {
                "fromVersion": "2.4.0",
                "toVersion": "3.0.1",
                "newValue": "^3.0.0",
                "newMajor": 3,
                "newMinor": 0,
                "updateType": "major",
                "isSingleVersion": false,
                "isRange": true,
                "releaseTimestamp": "2020-11-04T19:30:19"
              }
            ]
          },
          {
            "depName": "django-eventstream",
            "depType": "dependencies",
            "currentValue": "^3.1.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 16,
            "warnings": [],
            "sourceUrl": "https://github.com/fanout/django-eventstream",
            "updates": []
          },
          {
            "depName": "google-auth",
            "depType": "dependencies",
            "currentValue": "^1.19.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 17,
            "warnings": [],
            "sourceUrl": "https://github.com/googleapis/google-auth-library-python",
            "updates": []
          },
          {
            "depName": "ptvsd",
            "depType": "dev-dependencies",
            "currentValue": "^4.3.2",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 18,
            "warnings": [],
            "homepage": "https://aka.ms/ptvs",
            "updates": []
          },
          {
            "depName": "flake8",
            "depType": "dev-dependencies",
            "currentValue": "^3.7.9",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 19,
            "warnings": [],
            "homepage": "https://gitlab.com/pycqa/flake8",
            "changelogUrl": "http://flake8.pycqa.org/en/latest/release-notes/index.html",
            "updates": []
          },
          {
            "depName": "factory-boy",
            "depType": "dev-dependencies",
            "currentValue": "^3.0.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 20,
            "warnings": [],
            "sourceUrl": "https://github.com/FactoryBoy/factory_boy",
            "updates": []
          },
          {
            "depName": "coverage",
            "depType": "dev-dependencies",
            "currentValue": "^5.0.4",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 21,
            "warnings": [],
            "sourceUrl": "https://github.com/nedbat/coveragepy",
            "updates": []
          },
          {
            "depName": "django-debug-toolbar",
            "depType": "dev-dependencies",
            "currentValue": "^2.2",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 22,
            "warnings": [],
            "sourceUrl": "https://github.com/jazzband/django-debug-toolbar",
            "changelogUrl": "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html",
            "updates": []
          },
          {
            "depName": "django-extensions",
            "depType": "dev-dependencies",
            "currentValue": "^3.0.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 23,
            "warnings": [],
            "sourceUrl": "https://github.com/django-extensions/django-extensions",
            "updates": []
          },
          {
            "depName": "isort",
            "depType": "dev-dependencies",
            "currentValue": "^5.0.0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "versioning": "poetry",
            "depIndex": 24,
            "warnings": [],
            "sourceUrl": "https://github.com/pycqa/isort",
            "homepage": "https://pycqa.github.io/isort/",
            "changelogUrl": "https://github.com/pycqa/isort/blob/master/CHANGELOG.md",
            "updates": []
          },
          {
            "depName": "black",
            "depType": "dev-dependencies",
            "currentValue": "^19.10b0",
            "managerData": {
              "nestedVersion": false
            },
            "datasource": "pypi",
            "skipReason": "unknown-version",
            "depIndex": 25,
            "updates": []
          }
        ],
        "registryUrls": null,
        "constraints": {
          "poetry": "poetry>=0.12",
          "python": "3.9.0"
        }
      }
    ]
  }
}
DEBUG: branchifyUpgrades
DEBUG: 1 flattened updates found: channels
DEBUG: Returning 1 branch(es)
DEBUG: config.repoIsOnboarded=true
DEBUG: processRepo()
DEBUG: Processing 1 branch: renovate/channels-3.x
DEBUG: Calculating hourly PRs remaining
DEBUG: Retrieving PR list
DEBUG: Retrieved 340 Pull Requests
DEBUG: currentHourStart=2020-11-08T16:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (20)
DEBUG: getBranchPr(renovate/channels-3.x)
DEBUG: findPr(renovate/channels-3.x, undefined, open)
DEBUG: Found PR #479
DEBUG: Returning from graphql open PR list
DEBUG: 1 PRs are currently open
DEBUG: PR concurrent limit remaining: 19
DEBUG: Calculated maximum PRs remaining this run
{
  "prsRemaining": 2
}
DEBUG: getBranchPr(renovate/channels-3.x)(branch="renovate/channels-3.x")
DEBUG: findPr(renovate/channels-3.x, undefined, open)(branch="renovate/channels-3.x")
DEBUG: Found PR #479(branch="renovate/channels-3.x")
DEBUG: Returning from graphql open PR list(branch="renovate/channels-3.x")
DEBUG: processBranch with 1 upgrades(branch="renovate/channels-3.x")
DEBUG: Setting current branch to master(branch="renovate/channels-3.x")
DEBUG: latest commit(branch="renovate/channels-3.x")
{
  "branchName": "master",
  "latestCommitDate": "2020-11-08T15:13:45+01:00"
}
DEBUG: getBranchPr(renovate/channels-3.x)(branch="renovate/channels-3.x")
DEBUG: findPr(renovate/channels-3.x, undefined, open)(branch="renovate/channels-3.x")
DEBUG: Found PR #479(branch="renovate/channels-3.x")
DEBUG: Returning from graphql open PR list(branch="renovate/channels-3.x")
DEBUG: branchExists=true(branch="renovate/channels-3.x")
DEBUG: Branch pr rebase requested: false(branch="renovate/channels-3.x")
DEBUG: Branch has 1 upgrade(s)(branch="renovate/channels-3.x")
DEBUG: Checking if PR has been edited(branch="renovate/channels-3.x")
DEBUG: Found existing branch PR(branch="renovate/channels-3.x")
DEBUG: Last commit author does not match git author email - branch has been modified(branch="renovate/channels-3.x")
{
  "branchName": "renovate/channels-3.x",
  "lastAuthor": "foucdeg@gmail.com",
  "gitAuthorEmail": "bot@renovateapp.com"
}
DEBUG: PR has been edited(branch="renovate/channels-3.x")
{
  "prNo": 479
}
DEBUG: getBranchPr(renovate/channels-3.x)
DEBUG: findPr(renovate/channels-3.x, undefined, open)
DEBUG: Found PR #479
DEBUG: Returning from graphql open PR list
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: Branch lists
{
  "branchList": [
    "renovate/channels-3.x"
  ],
  "renovateBranches": [
    "renovate/channels-3.x"
  ]
}
DEBUG: remainingBranches=
DEBUG: No branches to clean up
DEBUG: Repository timing splits (milliseconds)
{
  "splits": {
    "init": 4455,
    "extract": 2,
    "lookup": 8463,
    "update": 5605
  },
  "total": 18768
}
DEBUG: http statistics
{
  "hostStats": [
    "api.github.com, 12 requests, 870ms request average, 0ms queue average",
    "pypi.org, 24 requests, 1214ms request average, 0ms queue average",
    "registry.npmjs.org, 9 requests, 2159ms request average, 0ms queue average"
  ],
  "totalRequests": 45
}
INFO: Repository finished
{
  "durationMs": 18768
}

If you search for drawing-renderer/package.json in your logs then you can it's detected. You'll need to be more specific about what you think the problem is:

  • Missing a dependency altogether?
  • Dependency is outdated but no updates detected for it?

The following things lead me to believe that renovate is not managing this package file:

  • renovate has not created a PR to pin the dependency versions;
  • renovate has not created a PR to upgrade dependency "pg" to latest version 8.4.2 (currently installed is 8.3.3 based on requirement "^8.3.3").

Both of these behaviours happen as expected on my other package file in the same repo, frontend/package.json

So probably the second option: "Dependency is outdated but no updates detected for it".

Renovate will only pin dependencies automatically if it can be pretty sure it's an application and not a library. Otherwise you need to configure it e.g. by adding the preset :pinVersions

After that, I think it will behave as you're expecting

Thanks, I'll give that a try! How does it detect an application vs a library? Seems to be a false positive here.

EDIT : :pinVersions did work, thanks!

It errs on the conservative side. False negative is far worse. If private is true then we classify as app. Or if there's no entry point defined. Otherwise we can't be sure and do not pin unless configured.

Ok, it was the entry point then. Will try removing it.