renovatebot / config-help

Please use the Discussions feature of https://github.com/renovatebot/renovate instead
https://github.com/renovatebot/renovate/discussions
MIT License
27 stars 16 forks source link

Renovate not opening PRs to update packages #236

Closed chasemccoy closed 5 years ago

chasemccoy commented 5 years ago

Which Renovate are you using? CLI, App, or Pro

App

Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps

GitHub

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

INFO: Renovating repository
DEBUG: Using localDir: /mnt/renovate/gh/chasemccoy/catalog
DEBUG: initRepo("chasemccoy/catalog")
DEBUG: Setting hostRule
{
  "config": {
    "name": "GitHub",
    "endpoint": "https://api.github.com/",
    "platform": "github",
    "username": null,
    "password": null,
    "token": "***********",
    "default": true
  }
}
INFO: Authenticated as user: renovate[bot]
INFO: Using renovate version: 17.5.1
DEBUG: chasemccoy/catalog owner = chasemccoy
DEBUG: chasemccoy/catalog default branch = master
DEBUG: Enabling Git FS
INFO: Initialising git repository into /mnt/renovate/gh/chasemccoy/catalog
INFO: git clone completed
{
  "cloneSeconds": 6.7
}
DEBUG: latest commit
{
  "latestCommitDate": "2019-05-15 16:10:02 -0500"
}
DEBUG: Git private key configured, but not being set
INFO: Setting git author
{
  "gitAuthor": {
    "name": "Renovate Bot",
    "email": "bot@renovateapp.com"
  }
}
DEBUG: resetMemCache()
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: findFile(renovate.json)
DEBUG: config file exists
DEBUG: ensureIssueClosing(Action required: Add a Renovate config)
DEBUG: Retrieving issueList
DEBUG: Retrieved 0 issues
DEBUG: Repo is onboarded
DEBUG: Found renovate.json config file
INFO: Repository config
{
  "configFile": "renovate.json",
  "config": {
    "extends": [
      "config:js-app",
      ":prHourlyLimitNone",
      ":prConcurrentLimitNone",
      "group:allNonMajor"
    ]
  }
}
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
  "config": {
    "extends": [
      "config:js-app",
      ":prHourlyLimitNone",
      ":prConcurrentLimitNone",
      "group:allNonMajor"
    ]
  }
}
DEBUG: migrated config
{
  "config": {
    "extends": [
      "config:js-app",
      ":prHourlyLimitNone",
      ":prConcurrentLimitNone",
      "group:allNonMajor"
    ]
  }
}
DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**"
  ]
}
DEBUG: checkBaseBranch()
DEBUG: config.repoIsOnboarded=true
DEBUG: detectSemanticCommits()
DEBUG: getCommitMessages
DEBUG: Semantic commits detection: unknown
DEBUG: No semantic commits detected
DEBUG: No vulnerability alerts found
DEBUG: processRepo()
DEBUG: No baseBranches
DEBUG: extractAndUpdate()
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible
DEBUG: Using file match: (^|/)WORKSPACE$ for manager bazel
DEBUG: Using file match: \.bzl$ for manager bazel
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite
DEBUG: bundler is disabled
DEBUG: Using file match: (^|/)Cargo.toml$ for manager cargo
DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci
DEBUG: Using file match: (^|/)([\w-]*)composer.json$ for manager composer
DEBUG: Using file match: (^|/)docker-compose[^/]*\.ya?ml$ for manager docker-compose
DEBUG: Using file match: (^|/)Dockerfile$ for manager dockerfile
DEBUG: github-actions is disabled
DEBUG: Using file match: ^\.gitlab-ci\.yml$ for manager gitlabci
DEBUG: Using file match: (^|/)go.mod$ for manager gomod
DEBUG: gradle is disabled
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper
DEBUG: Using file match: \.pom\.xml$ for manager maven
DEBUG: Using file match: (^|/)pom\.xml$ for manager maven
DEBUG: Using file match: (^|/)package.js$ for manager meteor
DEBUG: Using file match: (^|/)package.json$ for manager npm
DEBUG: Matched 4 file(s) for manager npm: package.json, plugins/gatsby-source-dropmark/package.json, themes/blog/package.json, themes/notes/package.json
DEBUG: npm file package.json has name "catalog"
DEBUG: npm file plugins/gatsby-source-dropmark/package.json has name "gatsby-source-dropmark"
DEBUG: npm file themes/blog/package.json has name "gatsby-theme-blog"
DEBUG: Package file has no deps
DEBUG: npm file themes/notes/package.json has name "gatsby-theme-notes"
DEBUG: Package file has no deps
DEBUG: Detecting Lerna and Yarn Workspaces
DEBUG: Finding locked versions
INFO: Found npm package files
DEBUG: Using file match: \.csproj$ for manager nuget
DEBUG: Using file match: ^.nvmrc$ for manager nvm
DEBUG: Matched 1 file(s) for manager nvm: .nvmrc
INFO: Found nvm package files
DEBUG: Using file match: (^|/)([\w-]*)requirements.(txt|pip)$ for manager pip_requirements
DEBUG: Using file match: (^|/)setup.py$ for manager pip_setup
DEBUG: pipenv is disabled
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub
DEBUG: Using file match: \.sbt$ for manager sbt
DEBUG: Using file match: \.tf$ for manager terraform
DEBUG: travis is disabled
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew
DEBUG: Found 5 package file(s)
DEBUG: manager.fetchUpdates()
INFO: Found deprecationMessage (gatsby-source-github)(dependency="gatsby-source-github")
DEBUG: packageFiles with updates
{
  "config": {
    "npm": [
      {
        "packageFile": "package.json",
        "manager": "npm",
        "deps": [
          {
            "depType": "dependencies",
            "depName": "@chasemccoy/kit",
            "currentValue": "0.6.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/chasemccoy/kit",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "@mdx-js/mdx",
            "currentValue": "1.0.19",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/mdx-js/mdx",
            "homepage": "https://mdxjs.com",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "@mdx-js/react",
            "currentValue": "1.0.16",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/mdx-js/mdx",
            "homepage": "https://mdxjs.com",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "@rebass/grid",
            "currentValue": "6.0.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/rebassjs/grid",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "babel-plugin-styled-components",
            "currentValue": "1.10.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/styled-components/babel-plugin-styled-components",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby",
            "currentValue": "2.4.6",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-image",
            "currentValue": "2.0.41",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-mdx",
            "currentValue": "0.6.3",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": null,
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-favicon",
            "currentValue": "3.1.6",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/Creatiwity/gatsby-plugin-favicon",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-feed",
            "currentValue": "2.2.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-layout",
            "currentValue": "1.0.15",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-page-creator",
            "currentValue": "2.0.13",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-react-helmet",
            "currentValue": "3.0.12",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-sharp",
            "currentValue": "2.0.37",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-styled-components",
            "currentValue": "3.0.7",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-plugin-twitter",
            "currentValue": "2.0.13",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-remark-autolink-headers",
            "currentValue": "2.0.16",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-remark-external-links",
            "currentValue": "0.0.4",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/JLongley/gatsby-remark-external-links",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-remark-images",
            "currentValue": "3.0.11",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-source-airtable",
            "currentValue": "2.0.8",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/jbolda/gatsby-source-airtable",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-source-filesystem",
            "currentValue": "2.0.35",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-source-wordpress",
            "currentValue": "3.0.60",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-transformer-hjson",
            "currentValue": "2.1.8",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-transformer-json",
            "currentValue": "2.1.11",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-transformer-remark",
            "currentValue": "2.3.12",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "gatsby-transformer-sharp",
            "currentValue": "2.1.19",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/gatsbyjs/gatsby",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "isomorphic-fetch",
            "currentValue": "2.2.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/matthew-andrews/isomorphic-fetch",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "mdx-utils",
            "currentValue": "0.1.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": null,
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "prism-react-renderer",
            "currentValue": "0.1.6",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/FormidableLabs/prism-react-renderer",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "react",
            "currentValue": "16.8.6",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/facebook/react",
            "sourceDirectory": "packages/react",
            "homepage": "https://reactjs.org/",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "react-dom",
            "currentValue": "16.8.6",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/facebook/react",
            "sourceDirectory": "packages/react-dom",
            "homepage": "https://reactjs.org/",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "react-helmet",
            "currentValue": "5.2.1",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/nfl/react-helmet",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "react-markdown",
            "currentValue": "4.0.8",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/rexxars/react-markdown",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "styled-components",
            "currentValue": "4.2.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/styled-components/styled-components",
            "homepage": "https://styled-components.com",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "styled-system",
            "currentValue": "4.2.2",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/jxnblk/styled-system",
            "releases": []
          },
          {
            "depType": "dependencies",
            "depName": "typography",
            "currentValue": "0.16.19",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/KyleAMathews/typography.js",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "dotenv",
            "currentValue": "8.0.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/motdotla/dotenv",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "gatsby-source-github",
            "currentValue": "0.0.2",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "deprecationMessage": "On registry `https://registry.npmjs.org/`, the \"latest\" version (v0.0.2) of dependency `gatsby-source-github` has the following deprecation notice:\n\n`Please use gatsby-source-graphql instead with schema stitching`\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/DSchau/gatsby-source-github",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "prettier",
            "currentValue": "1.17.1",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/prettier/prettier",
            "homepage": "https://prettier.io",
            "releases": []
          }
        ],
        "packageJsonName": "catalog",
        "packageJsonVersion": "3.0.0",
        "packageJsonType": "library",
        "skipInstalls": true
      },
      {
        "packageFile": "plugins/gatsby-source-dropmark/package.json",
        "manager": "npm",
        "deps": [
          {
            "depType": "dependencies",
            "depName": "axios",
            "currentValue": "0.18.0",
            "datasource": "npm",
            "prettyDepType": "dependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/axios/axios",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "babel-cli",
            "currentValue": "6.26.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/babel/babel",
            "homepage": "https://babeljs.io/",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "babel-plugin-transform-object-rest-spread",
            "currentValue": "6.26.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/babel/babel",
            "releases": []
          },
          {
            "depType": "devDependencies",
            "depName": "babel-preset-env",
            "currentValue": "1.7.0",
            "datasource": "npm",
            "prettyDepType": "devDependency",
            "updates": [],
            "warnings": [],
            "sourceUrl": "https://github.com/babel/babel-preset-env",
            "homepage": "https://babeljs.io/",
            "releases": []
          }
        ],
        "packageJsonName": "gatsby-source-dropmark",
        "packageJsonVersion": "1.0.0",
        "packageJsonType": "library",
        "skipInstalls": true
      },
      {
        "packageFile": "themes/blog/package.json",
        "manager": "npm",
        "deps": [],
        "packageJsonName": "gatsby-theme-blog",
        "packageJsonVersion": "0.0.1",
        "packageJsonType": "library",
        "skipInstalls": true
      },
      {
        "packageFile": "themes/notes/package.json",
        "manager": "npm",
        "deps": [],
        "packageJsonName": "gatsby-theme-notes",
        "packageJsonVersion": "0.0.1",
        "packageJsonType": "library",
        "skipInstalls": true
      }
    ],
    "nvm": [
      {
        "packageFile": ".nvmrc",
        "manager": "nvm",
        "deps": [
          {
            "depName": "node",
            "currentValue": "10.15.3",
            "datasource": "github",
            "lookupName": "nodejs/node",
            "updates": [
              {
                "fromVersion": "10.15.3",
                "toVersion": "v12.2.0",
                "newValue": "12.2.0",
                "newMajor": 12,
                "newMinor": 2,
                "updateType": "major",
                "isSingleVersion": true
              }
            ],
            "warnings": [],
            "sourceUrl": "https://github.com/nodejs/node",
            "releases": [
              "v11.0.0",
              "v11.1.0",
              "v11.2.0",
              "v11.3.0",
              "v11.4.0",
              "v11.5.0",
              "v11.6.0",
              "v11.7.0",
              "v11.8.0",
              "v11.9.0",
              "v11.10.0",
              "v11.10.1",
              "v11.11.0",
              "v11.12.0",
              "v11.13.0",
              "v11.14.0",
              "v11.15.0",
              "v12.0.0",
              "v12.1.0",
              "v12.2.0"
            ]
          }
        ]
      }
    ]
  }
}
DEBUG: branchifyUpgrades
DEBUG: 0 flattened updates found: 
DEBUG: Returning 0 branch(es)
DEBUG: config.repoIsOnboarded=true
INFO: Processing 0 branches: 
DEBUG: branchPrefix: renovate/
DEBUG: Retrieving PR list
DEBUG: Retrieved 18 Pull Requests
DEBUG: Found 0 Renovate PRs
{
  "renovatePrs": []
}
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: No renovate branches found
DEBUG: ensureIssueClosing(Action Required: Fix Renovate Configuration)
INFO: Request stats
{
  "rateLimit": 6650,
  "requestCount": 10,
  "rateLimitRemaining": 6587
}
DEBUG: All requests
{
  "requests": [
    "GET https://api.github.com/repos/nodejs/node/tags?per_page=100",
    "GET https://api.github.com/repositories/27193779/tags?per_page=100&page=2",
    "GET https://api.github.com/repositories/27193779/tags?per_page=100&page=3",
    "GET https://api.github.com/repositories/27193779/tags?per_page=100&page=4",
    "GET https://api.github.com/repositories/27193779/tags?per_page=100&page=5",
    "GET https://api.github.com/repositories/27193779/tags?per_page=100&page=6",
    "GET repos/chasemccoy/catalog",
    "GET repos/chasemccoy/catalog/issues?creator=renovate[bot]&state=all&per_page=100&sort=created&direction=asc",
    "GET repos/chasemccoy/catalog/pulls?per_page=100&state=all",
    "POST graphql"
  ]
}
INFO: Finished repository

What is your question?

I think I have Renovate configured properly for my Gatsby site (https://github.com/chasemccoy/catalog), and I got a PR to pin all of the non-dev dependencies, but I don't seem to be getting any PRs to actually update the dependencies. Am I doing something wrong?

Here is my renovate.json file:

{
  "extends": [
    "config:js-app", 
    ":prHourlyLimitNone", 
    ":prConcurrentLimitNone",
    "group:allNonMajor"
  ]
}
chasemccoy commented 5 years ago

I can see in the logs there that it is finding plenty of updates, but no PRs have been opened.

chasemccoy commented 5 years ago

Doh! I just realized that Renovate updated the dependencies when it made the PR to pin the versions. I guess I was expecting a PR to pin versions and then individual PRs to update each dependency instead of all at once.

rarkins commented 5 years ago

If dependency X is out of date but also needing to be pinned, then it will be pinned first and the update PR suppressed until after pinning is complete. Would that explain it?

chasemccoy commented 5 years ago

@rarkins Yes, this was my misunderstanding. Thanks for the help!