-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Greenkeeper configuration file #869
Comments
marcysutton
pushed a commit
that referenced
this issue
May 1, 2018
plus signs are invalid in filenames/directories Closes #869
WilcoFiers
pushed a commit
that referenced
this issue
May 2, 2018
WilcoFiers
pushed a commit
that referenced
this issue
May 19, 2018
* fix(core): Explicitly name the axe module 'axe-core' Avoid the "Mismatched anonymous define() modules" error when the axe script is injected in a page that uses requireJS Closes #849 * fix: Prevent color rules from crashing Chrome 66+ #856 (#861) * chore: Release axe-core 3.0.2 * chore: Enable Greenkeeper for managing dependencies (#847) * chore: add Greenkeeper config file * chore(package): update dependencies * chore(package): update dependencies * chore(package): update dependencies * chore(package): update dependencies * chore(package): update dependencies * chore(package): update dependencies * docs(readme): add Greenkeeper badge * chore: update to use babel-core * chore: update to latest uglify config properties `bracketize` became `braces` and `expect` became `reserved` * chore: add sri-history lifecycle hook to release (#844) * chore: disable growl to prevent errors in testing * chore: Rename Jest example to help greenkeeper (#871) * chore: rename jest example to help greenkeeper plus signs are invalid in filenames/directories Closes #869 * chore: add config to jest_react example Closes #865 * fix(core): Explicitly name the axe module 'axe-core' Avoid the "Mismatched anonymous define() modules" error when the axe script is injected in a page that uses requireJS Closes #849 * test(core): Validate that the axe module is named 'axe-core' Added integration test to check the value of the first argument to define() Closes #849
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:doc/examples/jest+react/package.json
in the groupdefault
is invalid. It must be a relative path to apackage.json
file. The path may not start with a slash, and it must end inpackage.json
. Allowed characters for a path are alphanumeric, underscores, dashes and the @ symbol (a-zA-Z_-@).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
: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-levelpackage.json
in thebuild
group will be treated separately. In addition, Greenkeeper will never send updates for thestandard
andeslint
packages.🤖 🌴
The text was updated successfully, but these errors were encountered: