Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
package.json(npm)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- If Renovate detects semantic commits, it will use semantic commit type
fixfor dependencies andchorefor all others. - Ignore
node_modules,bower_components,vendorand various test/tests directories. - Autodetect whether to pin dependencies or maintain ranges.
- Rate limit PR creation to a maximum of two per hour.
- Limit to maximum 10 open PRs at any time.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- A collection of workarounds for known problems with packages.
🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 16 Pull Requests:
Update dependency @angular/core to v11 [SECURITY]
- Branch name:
renovate/npm-@angular/core-vulnerability - Merge into:
master - Upgrade @angular/core to
11.0.5
Update dependency @ionic/app-scripts to v1.3.12
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-app-scripts-1.x - Merge into:
master - Upgrade @ionic/app-scripts to
1.3.12
Update angular monorepo
- Schedule: ["at any time"]
- Branch name:
renovate/angular-monorepo - Merge into:
master - Upgrade @angular/common to
4.4.7 - Upgrade @angular/compiler to
4.4.7 - Upgrade @angular/compiler-cli to
4.4.7 - Upgrade @angular/forms to
4.4.7 - Upgrade @angular/http to
4.4.7 - Upgrade @angular/platform-browser to
4.4.7 - Upgrade @angular/platform-browser-dynamic to
4.4.7 - Upgrade @angular/platform-server to
4.4.7 - Upgrade zone.js to
0.12.0
Update dependency @ionic/cli-plugin-ionic-angular to v1.4.1
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-cli-plugin-ionic-angular-1.x - Merge into:
master - Upgrade @ionic/cli-plugin-ionic-angular to
1.4.1
Update dependency @ionic/storage to v2.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-storage-2.x - Merge into:
master - Upgrade @ionic/storage to
2.3.1
Update dependency ionic-angular to v3.9.10
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-angular-3.x - Merge into:
master - Upgrade ionic-angular to
3.9.10
Update dependency rxjs to v5.5.12
- Schedule: ["at any time"]
- Branch name:
renovate/rxjs-5.x - Merge into:
master - Upgrade rxjs to
5.5.12
Update dependency typescript to v2.9.2
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-2.x - Merge into:
master - Upgrade typescript to
2.9.2
Update ionic-native monorepo to v3.14.0
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-native-monorepo - Merge into:
master - Upgrade @ionic-native/core to
3.14.0 - Upgrade @ionic-native/splash-screen to
3.14.0 - Upgrade @ionic-native/status-bar to
3.14.0
Update angular monorepo (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-angular-monorepo - Merge into:
master - Upgrade @angular/common to
15.0.0 - Upgrade @angular/compiler to
15.0.0 - Upgrade @angular/compiler-cli to
15.0.0 - Upgrade @angular/forms to
15.0.0 - Upgrade @angular/http to
7.2.16 - Upgrade @angular/platform-browser to
15.0.0 - Upgrade @angular/platform-browser-dynamic to
15.0.0 - Upgrade @angular/platform-server to
15.0.0
Update dependency @ionic/app-scripts to v3
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-app-scripts-3.x - Merge into:
master - Upgrade @ionic/app-scripts to
3.2.4
Update dependency @ionic/storage to v3
- Schedule: ["at any time"]
- Branch name:
renovate/ionic-storage-3.x - Merge into:
master - Upgrade @ionic/storage to
3.0.6
Update dependency ionicons to v6
- Schedule: ["at any time"]
- Branch name:
renovate/ionicons-6.x - Merge into:
master - Upgrade ionicons to
6.0.4
Update dependency rxjs to v7
- Schedule: ["at any time"]
- Branch name:
renovate/rxjs-7.x - Merge into:
master - Upgrade rxjs to
7.5.7
Update dependency typescript to v4
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-4.x - Merge into:
master - Upgrade typescript to
4.9.3
Update ionic-native monorepo to v5 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-ionic-native-monorepo - Merge into:
master - Upgrade @ionic-native/core to
5.36.0 - Upgrade @ionic-native/splash-screen to
5.36.0 - Upgrade @ionic-native/status-bar to
5.36.0
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.