Skip to content

Commit 14af09b

Browse files
committed
feat: further group understack containers together in updates
Rather than treating each understack container separately in renovate, let's group them all together under the understack umbrella.
1 parent 1f53b09 commit 14af09b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate/understackContainerMatch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
"datasourceTemplate": "docker",
1111
"packageNameTemplate": "ghcr.io/rackerlabs/{{depName}}"
1212
}
13+
],
14+
"packageRules": [
15+
{
16+
"matchPackageNames": ["ghcr.io/rackerlabs/understack/**"],
17+
"groupName": "understack"
18+
}
1319
]
1420
}

0 commit comments

Comments
 (0)