Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GoetzGoerisch committed Nov 12, 2024
1 parent cc28724 commit e76cd7d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"baseBranches": ["umati"],
"labels": ["dependencies"],
"packageRules": [
Expand All @@ -10,29 +10,29 @@
"pinDigests": true
},
{
"matchPackagePatterns": ["eslint"],
"labels": ["linting"],
"groupName": "eslint"
"groupName": "eslint",
"matchPackageNames": ["/eslint/"]
},
{
"matchPackagePatterns": ["react"],
"labels": ["react"],
"groupName": "react"
"groupName": "react",
"matchPackageNames": ["/react/"]
},
{
"matchPackagePatterns": ["bootstrap"],
"labels": ["bootstrap"],
"groupName": "bootstrap"
"groupName": "bootstrap",
"matchPackageNames": ["/bootstrap/"]
},
{
"matchPackagePatterns": ["redux"],
"labels": ["redux"],
"groupName": "redux"
"groupName": "redux",
"matchPackageNames": ["/redux/"]
},
{
"matchPackagePatterns": ["stylelint"],
"labels": ["stylelint"],
"groupName": "stylelint"
"groupName": "stylelint",
"matchPackageNames": ["/stylelint/"]
},
{
"matchDepTypes": ["optionalDependencies"],
Expand Down

0 comments on commit e76cd7d

Please sign in to comment.