feat(dependencies): add Eventsourced package group for updates #389

Merged
argoyle merged 1 commits from add-eventsourced-package-group into main 2025-02-27 18:29:02 +00:00
+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/**"
]
} }
] ]
} }