Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

Configure Renovate #1

Merged
merged 2 commits into from
Jan 15, 2018
Merged

Configure Renovate #1

merged 2 commits into from
Jan 15, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 12, 2018

Welcome to Renovate!

This is an onboarding PR to help you understand and configure Renovate before regular Pull Requests begin. Once you merge or close this Pull Request, Renovate will begin keeping your dependencies up-to-date.

If you have any questions, try reading our Docs, particularly the Getting Started section. You can post questions in our Config Help repository or @ the app author @rarkins in this PR and he'll probably see it.


What to Expect

With your current configuration, Renovate will create 8 Pull Requests:

  1. build: update dependency @​angular/cli to v1.6.4
  • Branch name: renovate/angular
  • Upgrades @angular/cli in devDependencies from 1.6.3 to 1.6.4
  1. build: update jasmine packages
  • Branch name: renovate/jasmine
  • Upgrades jasmine-spec-reporter in devDependencies from ~4.1.0 to ~4.2.0
  • Upgrades jasmine-core in devDependencies from ~2.6.2 to ~2.8.0
  1. build: update karma packages
  • Branch name: renovate/karma
  • Upgrades karma-chrome-launcher in devDependencies from ~2.1.1 to ~2.2.0
  • Upgrades karma in devDependencies from ~1.7.0 to ~2.0.0
  1. build: update dependency protractor to ~5.2.0
  • Branch name: renovate/protractor
  • Upgrades protractor in devDependencies from ~5.1.2 to ~5.2.0
  1. build: update dependency tslint to ~5.9.0
  • Branch name: renovate/tslint-5.x
  • Upgrades tslint in devDependencies from ~5.7.0 to ~5.9.0
  1. build: update dependency typescript to ~2.6.1
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ~2.4.2 to ~2.6.1
  1. build: update type definitions packages
  • Branch name: renovate/type-definitions
  • Upgrades @​types/node in devDependencies from ~6.0.60 to ~9.3.0
  • Upgrades @​types/jasmine in devDependencies from ~2.5.53 to ~2.8.0
  1. build: update dependency ts-node to ~4.1.0
  • Branch name: renovate/ts-node-4.x
  • Upgrades ts-node in devDependencies from ~3.2.0 to ~4.1.0

@renovate renovate bot force-pushed the renovate/configure branch from b165211 to ca17172 Compare January 12, 2018 17:02
@dherges dherges merged commit 44b9b97 into master Jan 15, 2018
@dherges dherges deleted the renovate/configure branch January 15, 2018 08:24
renovate.json Outdated
"packagePatterns": ["^protractor.*"],
"groupName": "protractor",
"pinVersions": false
}
]
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dherges I think you need your own preset for this :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was thinking for an angular config preset. Is https://github.com/singapore/renovate-config/tree/master/packages still a good place for such?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I was more meaning your own personal preset, e.g. renovate-config-dherges if you use the same across all repos or renovate-config-spektrakel-blog even if only for these repos.

However other presets are welcomed to that repo if you think they're of benefit to others. Beware in some cases the "package.json" is autogenerated from a script so you may need to add to the script in order to generate the json.. or just paste code or pseudocode into an issue and I can do it.

There are already presets for angular 1.x and angular 2+ monorepos. If you add the preset "group:monorepos" to your config then you'll get the benefit of all the monorepos I've already caught and defined.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants