Skip to content

Commit

Permalink
Configure Renovate (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Diego Pascual <[email protected]>
  • Loading branch information
renovate[bot] and diegopf authored Oct 5, 2023
1 parent 6856fbf commit 98c542d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor"],
"timezone": "Europe/Madrid",
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"labels": ["dependencies"],
"schedule": ["after 5pm on tuesday"],
"stabilityDays": 3,
"packageRules": [
{
"matchPackageNames": ["rollup"],
"allowedVersions": "< 3"
},
{
"matchPackageNames": ["vue"],
"allowedVersions": "< 3"
},
{
"matchPackageNames": ["vuex"],
"allowedVersions": "< 4"
},
{
"matchPackageNames": ["vue-i18n"],
"allowedVersions": "< 9"
}
]
}

0 comments on commit 98c542d

Please sign in to comment.