Skip to content

Commit

Permalink
Merge pull request #85 from Lombiq/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Piedone authored Dec 23, 2024
2 parents c983bf1 + 35b5bd7 commit f47609c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'],
"packageRules": [
{
groupName: 'Gulp packages',
matchPackageNames: [
'chart.js*',
],
},
{
"groupName": "All packages",
"matchUpdateTypes": ["*"],
},
]
}

0 comments on commit f47609c

Please sign in to comment.