socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

9.json (3757B)


      1 {
      2   "number": 9,
      3   "title": "Configure Renovate",
      4   "state": "merged",
      5   "diff_file": "9.diff",
      6   "author": "renovate[bot]",
      7   "created_at": "2018-03-24T13:38:15Z",
      8   "closed_at": "2018-03-24T14:06:56Z",
      9   "merged_at": "2018-03-24T14:06:56Z",
     10   "base_ref": "master",
     11   "head_ref": "renovate/configure",
     12   "labels": [
     13     "enhancement",
     14     "Dependencies"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [],
     20   "body": "Welcome to [Renovate](https://renovateapp.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.\n\nRenovate will begin keeping your dependencies up-to-date only once you merge this Pull Request.\nIf you close this Pull Request unmerged, then Renovate will be disabled.\n\nIf you have any questions, try reading our [Docs](https://renovateapp.com/docs), particularly the Getting Started section.\nYou can post questions in [our Config Help repository](https://github.com/renovateapp/config-help/issues) or @ the app author @rarkins in this PR and he'll probably see it.\n\n---\n## Detected Package Files\n\n * `package.json`\n\n## Configuration Summary\n\nBased on the currently configured presets, Renovate will:\n\n  - Start dependency updates once this Configure Renovate PR is merged or closed\n  - Separate major versions of dependencies into individual branches/PRs\n  - Combine any patch and minor upgrades together into same branch/PR\n  - Upgrade to unstable versions only if the existing version is unstable\n  - Raise PRs immediately (after branch is created)\n  - Use <code>renovate/</code> as prefix for all branch names\n  - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others\n  - Keep existing branches updated even when not scheduled\n  - Disable automerging feature - wait for humans to merge all PRs\n  - Ignore `node_modules`, `bower_components`, and various test/tests directories\n  - Update existing lock files only when <code>package.json</code> is modified\n  - Autodetect whether to pin dependencies or maintain ranges\n  - Rate limit PR creation to a maximum of two per hour\n  - Limit to maximum 20 concurrent Renovate PRs at any time\n\nWould you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch and this Pull Request description will be updated the next time Renovate runs. Try to use Config Presets (the `extends` array) when possible rather than raw config, as then this PR will be able to more accurately describe your settings.\n\n---\n\n### What to Expect\n\nWith your current configuration, Renovate will create 4 Pull Requests:\n\n1. **Update dependency typescript to >=2.4.2 <2.8.0**\n\n  - Branch name: `renovate/typescript-2.x`\n  - Upgrades [typescript](https://github.com/Microsoft/TypeScript) in `devDependencies` from `>=2.4.2 <2.7.0` to `>=2.4.2 <2.8.0`\n\n\n2. **Update dependency karma-jasmine-html-reporter to ^1.0.0**\n\n  - Branch name: `renovate/karma-jasmine-html-reporter-1.x`\n  - Upgrades [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) in `devDependencies` from `^0.2.2` to `^1.0.0`\n\n\n3. **Update dependency ts-loader to ^4.0.0**\n\n  - Branch name: `renovate/ts-loader-4.x`\n  - Upgrades [ts-loader](https://github.com/TypeStrong/ts-loader) in `dependencies` from `^3.5.0` to `^4.0.0`\n\n\n4. **Update dependency ts-node to ^5.0.0**\n\n  - Branch name: `renovate/ts-node-5.x`\n  - Upgrades [ts-node](https://github.com/TypeStrong/ts-node) in `devDependencies` from `^3.2.0` to `^5.0.0`\n\n\n\n---\n\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovateapp.com).\n",
     21   "comments": [],
     22   "review_comments": []
     23 }