Skip to content

Commit

Permalink
Adding default Renovate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 24, 2024
1 parent 9116d6d commit 0d41203
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

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-dotnet.json5'],
"packageRules": [
{
groupName: 'ESLint packages',
matchPackageNames: [
'eslint*',
],
},
{
"groupName": "All packages",
"matchUpdateTypes": ["*"],
},
],
}

0 comments on commit 0d41203

Please sign in to comment.