feat(dependencies): add Eventsourced package group for updates

Adds a new package group for Eventsourced to the Renovate configuration.  
This change improves dependency management by organizing related  
packages under a specific group for better update tracking.
This commit is contained in:
2025-02-27 19:03:25 +01:00
parent 318e211196
commit 17a3edbc07
+6
View File
@@ -12,6 +12,12 @@
"registry.gitlab.com/unboundsoftware/schemas" "registry.gitlab.com/unboundsoftware/schemas"
], ],
"enabled": false "enabled": false
},
{
"groupName": "Eventsourced",
"matchPackageNames": [
"gitlab.com/unboundsoftware/eventsourced/**"
]
} }
] ]
} }