Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GrabarzUndPartner/gp-vue-boilerplate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b29a3a5bd01f0cb8132c362b278b12dedb66ac05
Choose a base ref
..
head repository: GrabarzUndPartner/gp-vue-boilerplate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df30b762bd6c039298aad5dbe3ddd6c109b494f1
Choose a head ref
Showing with 4 additions and 11 deletions.
  1. +4 −11 renovate.json
15 changes: 4 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"extends": [
"@nuxtjs",
":semanticCommits"
],
"extends": ["@nuxtjs", ":semanticCommits"],
"packageRules": [
{
"packageNames": [
"node"
],
"matchPackageNames": ["node"],
"major": {
"enabled": true
},
"separateMultipleMajor": true,
"allowedVersions": "^20"
}
],
"baseBranches": [
"main"
],
"baseBranches": ["main"],
"rangeStrategy": "pin"
}
}