Skip to content

Commit

Permalink
feat(vendors): add bfra-me/works monorepo (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 14, 2024
1 parent cd63d35 commit f5552c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vendors.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"default": {},

"bfra.me-disableDigestPinning": {
"packageRules": [
{
Expand All @@ -12,7 +11,6 @@
}
]
},

"bfra.me": {
"description": "Update dependencies for @bfra-me.",
"customManagers": [
Expand Down Expand Up @@ -58,10 +56,15 @@
"description": "Add support for @bfra-me Renovate config presets.",
"matchDepNames": ["bfra-me/renovate-config"],
"commitMessageTopic": "{{depName}} preset"
},
{
"description": "Group packages from @bfra-me/works monorepo together.",
"matchSourceUrls": ["https://github.com/bfra-me/works"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "bfra-me/works monorepo"
}
]
},

"elstudio": {
"description": "Update @elstudio/actions-settings digests in GitHub actions and workflows.",
"customManagers": [
Expand Down Expand Up @@ -93,7 +96,6 @@
}
]
},

"exivity": {
"description": "Update @exivity/actions digests in GitHub actions and workflows.",
"packageRules": [
Expand Down

0 comments on commit f5552c7

Please sign in to comment.