Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 7, 2018

Let’s get started with automated dependency management for docs 💪

Important: Greenkeeper will only start watching this repository’s dependency updates after you merge this initial pull request.

💸 Warning 💸 Enabling Greenkeeper on this repository by merging this pull request might increase your monthly payment. If you’re unsure, please check your billing status.


📦 How to enable private scoped packages

Public scoped packages (@scope/name) work out of the box, but private scoped packages require an additional setup step:

# Install npm's wombat CLI to create npm hooks
npm install --global wombat

# Adding a single private scoped package
wombat hook add @scope/name https://hooks.greenkeeper.io/npm/223889 e69e72ed4999f3e292d92de72e37c2153f9a17a3c54838e3c652f74852cc6839

# Adding all packages of a scope
wombat hook add @scope https://hooks.greenkeeper.io/npm/223889 e69e72ed4999f3e292d92de72e37c2153f9a17a3c54838e3c652f74852cc6839

# Adding all packages by a specific owner
wombat hook add --type owner substack https://hooks.greenkeeper.io/npm/223889 e69e72ed4999f3e292d92de72e37c2153f9a17a3c54838e3c652f74852cc6839
🏷 How to check the status of this repository

Greenkeeper adds a badge to your README which indicates the status of this repository.

This is what your badge looks like right now 👉 Greenkeeper badge

🙈 How to ignore certain dependencies

You may have good reasons for not wanting to update to a certain dependency right now. In this case, you can change the dependency’s version string in the package.json file back to whatever you prefer.

To make sure Greenkeeper doesn’t nag you again on the next update, add a greenkeeper.ignore field to your package.json, containing a list of dependencies you don’t want to update.

// package.json
{
  
  "greenkeeper": {
    "ignore": [
      "package-names",
      "you-want-me-to-ignore"
    ]
  }
}
👩‍💻 How to update this pull request
  # Change into your repository’s directory
  git fetch --all
  git checkout greenkeeper/initial
  npm install-test
  # Adapt your code until everything works again
  git commit -m 'chore: adapt code to updated dependencies'
  git push https://github.com/oceanprotocol/docs.git greenkeeper/initial
✨ How do dependency updates work with Greenkeeper?

After you merge this pull request, Greenkeeper will create a new branch whenever a dependency is updated, with the new version applied. The branch creation should trigger your testing services and check whether your code still works with the new dependency version. Depending on the the results of these tests Greenkeeper will try to open meaningful and helpful pull requests and issues, so your dependencies remain working and up-to-date.

-  "underscore": "^1.6.0"
+  "underscore": "^1.7.0"

The above example shows an in-range update. 1.7.0 is included in the old ^1.6.0 range, because of the caret ^ character .
When the test services report success Greenkeeper will silently delete the branch again, because no action needs to be taken – everything is fine.

However, should the tests fail, Greenkeeper will create an issue to inform you about the problem immediately.

This way, you’ll never be surprised by a dependency breaking your code. As long as everything still works, Greenkeeper will stay out of your way, and as soon as something goes wrong, you’ll be the first to know.

-  "lodash": "^3.0.0"
+  "lodash": "^4.0.0"

In this example, the new version 4.0.0 is not included in the old ^3.0.0 range.
For version updates like these – let’s call them “out of range” updates – you’ll receive a pull request.

This means that you no longer need to check for new versions manually – Greenkeeper will keep you up to date automatically.

These pull requests not only serve as reminders to update: If you have solid tests and good coverage, and the pull requests passes those tests, you can very likely just merge it and release a new version of your software straight away :shipit:

To get a better idea of which ranges apply to which releases, check out the extremely useful semver calculator provided by npm.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Good luck with your project and see you soon ✨

Your Greenkeeper bot 🌴

@kremalicious kremalicious merged commit 5ee0f5d into master Nov 7, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/initial branch November 7, 2018 15:19
gitbook-com bot pushed a commit that referenced this pull request Jul 6, 2022
gitbook-com bot pushed a commit that referenced this pull request Jul 9, 2022
gitbook-com bot pushed a commit that referenced this pull request Jul 25, 2022
gitbook-com bot pushed a commit that referenced this pull request Jul 28, 2022
gitbook-com bot pushed a commit that referenced this pull request Jul 28, 2022
gitbook-com bot pushed a commit that referenced this pull request Jul 31, 2022
jamiehewitt15 pushed a commit that referenced this pull request Aug 2, 2022
* GitBook: [#1] No subject

* GitBook: [#2] No subject

* GitBook: [#3] No subject

* GitBook: [#4] No subject

* GitBook: [#5] No subject

* GitBook: [#6] Subgraph examples

* GitBook: [#7] Subgraph examples

* GitBook: [#8] Add hint for GraphQL interface
gitbook-com bot pushed a commit that referenced this pull request Aug 8, 2022
jamiehewitt15 added a commit that referenced this pull request Aug 10, 2022
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
jamiehewitt15 pushed a commit that referenced this pull request Aug 11, 2022
* GitBook: [#1] No subject

* GitBook: [#2] Minor fix
gitbook-com bot pushed a commit that referenced this pull request Aug 29, 2022
jamiehewitt15 added a commit that referenced this pull request Sep 23, 2022
* GitBook: [#1] Running compute job with user defined parameters

* GitBook: [#3] #1114: Fix repeated content

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* Update building-with-ocean/compute-to-data/user-defined-parameters.md

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>

* GitBook: [#4] User defined params

Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
gitbook-com bot pushed a commit that referenced this pull request Sep 25, 2022
jamiehewitt15 pushed a commit that referenced this pull request Sep 26, 2022
* Issue-#1111: Make headers bold in fees page

* GitBook: [#1] No subject
gitbook-com bot pushed a commit to OceanProtocolEnterprise/docs that referenced this pull request Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant