Skip to content

Commit

Permalink
Merge pull request #157 from Lombiq/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Piedone authored Dec 28, 2024
2 parents a8bbc6e + 02f0747 commit 98f4d3f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'],
packageRules: [
{
groupName: 'Vue',
matchPackageNames: [
'vue*',
],
},
{
groupName: 'Rollup',
matchPackageNames: [
'/.*rollup.*/',
],
},
{
groupName: 'All packages',
matchUpdateTypes: ['*'],
},
],
}

0 comments on commit 98f4d3f

Please sign in to comment.