Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Add Greenkeeper badge 🌴 #11

Merged
merged 1 commit into from
Sep 30, 2018
Merged

Add Greenkeeper badge 🌴 #11

merged 1 commit into from
Sep 30, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 30, 2018

Let’s get started with automated dependency management for GitHub-Website 💪

🔒 Greenkeeper has found a package-lock.json file in this repository. Greenkeeper supports lockfile updates for public packages. If you use private packages in your repository, please use greenkeeper-lockfile to make sure these can get updated as well.

All of your dependencies are already up-to-date, so this repository was enabled right away. Good job 👍


🏷 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/byCedric/GitHub-Website.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 🌴

@byCedric byCedric merged commit 187c2c9 into develop Sep 30, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/initial branch September 30, 2018 00:30
byCedric pushed a commit that referenced this pull request Sep 30, 2018
byCedric pushed a commit that referenced this pull request Sep 30, 2018
byCedric pushed a commit that referenced this pull request Oct 13, 2018
# [0.1.0](0.0.0...0.1.0) (2018-10-13)

### Bug fixes

* allow package scope for greenkeeper only ([#24](#24)) ([0623aa4](0623aa4))
* remove package lock file from project for greenkeeper ([#25](#25)) ([5963734](5963734))

### Code refactors

* move app component to pages folder using atomic design ([52d5c8c](52d5c8c))
* move global styles to html template ([fa7911c](fa7911c))
* move logo to static assets folder ([b570b24](b570b24))
* move semantic release config to dedicated file ([#13](#13)) ([4dc4eae](4dc4eae))
* rename service worker to use lower case for imports ([2341c0b](2341c0b))
* separate index to react and sw providers ([838e25c](838e25c))
* use absolute imports to make imports predictable ([#15](#15)) ([d031a7c](d031a7c))
* use npm instead of yarn ([9d9f1a3](9d9f1a3))
* use tabs for indentation and spaces for alignment ([#23](#23)) ([eecdb00](eecdb00))

### Documentation changes

* add greenkeeper badge ([#11](#11)) ([09c94df](09c94df))
* emphasise on github showing your public events ([#26](#26)) ([e169bd0](e169bd0))
* rewrite readme to match project ([#10](#10)) ([34d6d9f](34d6d9f))
* use bright green color in greenkeeper badge ([4c3205c](4c3205c))

### New features

* add github user components ([#28](#28)) ([94fd537](94fd537))

### Other chores

* add github templates for easy contributions ([#2](#2)) ([c6724af](c6724af))
* add shared editor configuration ([0c23899](0c23899))

### Pipeline changes

* add codecov comments in pull requests ([#6](#6)) ([821ead7](821ead7))
* add codecov to test coverages per pull request ([#4](#4)) ([f2f1adf](f2f1adf))
* add commitlint to travis to make predictable releases ([#5](#5)) ([1bbe228](1bbe228))
* add eslint to travis ci ([#7](#7)) ([d4e90c7](d4e90c7))
* add flow to travis ci as replacement for proptypes ([#17](#17)) ([584fe1d](584fe1d))
* add most basic travis configuration for ci ([#3](#3)) ([7ed5796](7ed5796))
* add semantic release to travis for predictable releases ([#12](#12)) ([c2c9b79](c2c9b79))
* add stylelint to help detecting bad usage ([#16](#16)) ([bd32bc2](bd32bc2))
* configure greenkeeper to use conventions ([#8](#8)) ([e6d6d7f](e6d6d7f))
* use simplified http repository url for travis and semantic release ([43e9937](43e9937))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant