Skip to content

Commit

Permalink
Merge pull request #303 from Lombiq/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Piedone authored Dec 29, 2024
2 parents 5c899ec + 801aa2b commit a3f07f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/create-jira-issues-for-community-activities.yml

This file was deleted.

28 changes: 28 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'],
packageRules: [
{
groupName: 'Gulp',
matchPackageNames: [
'gulp*',
],
},
{
groupName: 'Microsoft.Extensions',
matchPackageNames: [
'Microsoft.Extensions.*',
],
},
{
groupName: 'RestEase',
matchPackageNames: [
'RestEase*',
],
},
{
"groupName": "All packages",
"matchUpdateTypes": ["*"]
},
],
}

0 comments on commit a3f07f8

Please sign in to comment.