dsseng / generator-node-next

Cool Node.js kickstart with Backpack, Babel, CI, Eslint, Snyk and more
MIT License
1 stars 0 forks source link

Invalid Greenkeeper configuration file #2

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

We have detected a problem with your Greenkeeper config file 🚨

Greenkeeper currently can’t work with your greenkeeper.json config file because it is invalid. We found the following issue:

  1. The package path generators/app/templates/package.json.ejs in the group default must end with package.json.

Please correct this and commit the fix to your default branch (usually master). Greenkeeper will pick up your changes and try again. If in doubt, please consult the config documentation.

Here’s an example of a valid greenkeeper.json:

{
  groups: {
    frontend: {
      packages: [
        'webapp/package.json',
        'cms/package.json',
        'analytics/package.json'
      ]
    },
    build: {
      packages: [
        'package.json'
      ]
    }
  },
  ignore: [
    'standard',
    'eslint'
  ]
}

This files tells Greenkeeper to handle all dependency updates in two groups. All files in the frontend group will receive updates together, in one issue or PR, and the root-level package.json in the build group will be treated separately. In addition, Greenkeeper will never send updates for the standard and eslint packages.

🤖 🌴

dsseng commented 6 years ago

Greenkeeper config is valid now