Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit da0e349

Browse files
authored
chore: Add package rules to Renovate configuration
1 parent de2f9df commit da0e349

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
22
extends: ['github>cloudquery/.github//.github/renovate-node-default.json5'],
3+
packageRules: [
4+
{
5+
matchPackageNames: ["*"],
6+
groupName: "everything",
7+
},
8+
},
39
}

0 commit comments

Comments
 (0)