mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix wildcard on renovate folder groups (#275)
This commit is contained in:
committed by
nothingismagick
parent
8747ef8e73
commit
a04715baf9
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"paths": ["examples/react/gatsby**"],
|
||||
"paths": ["examples/react/gatsby*/**"],
|
||||
"groupName": "Gatsby Examples",
|
||||
"groupSlug": "allGatsby",
|
||||
"commitMessagePrefix": "chore(examples)",
|
||||
@@ -21,7 +21,7 @@
|
||||
"rebaseConflictedPrs": true
|
||||
},
|
||||
{
|
||||
"paths": ["examples/react/create-react-app**"],
|
||||
"paths": ["examples/react/create-react-app*/**"],
|
||||
"groupName": "CRA Examples",
|
||||
"groupSlug": "allCRA",
|
||||
"commitMessagePrefix": "chore(examples)",
|
||||
@@ -33,7 +33,7 @@
|
||||
"rebaseConflictedPrs": true
|
||||
},
|
||||
{
|
||||
"paths": ["examples/react/next**"],
|
||||
"paths": ["examples/react/next*/**"],
|
||||
"groupName": "Next.js Examples",
|
||||
"groupSlug": "allNextjs",
|
||||
"commitMessagePrefix": "chore(examples)",
|
||||
|
||||
Reference in New Issue
Block a user