Skip to content

Commit f80c16a

Browse files
committed
chore(ci): Mark SDK updates to example plugin as
1 parent b3f41b1 commit f80c16a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
"github>cloudquery/.github//.github/renovate-go-default.json5",
44
"github>cloudquery/.github//.github/renovate-node-default.json5",
55
],
6+
packageRules: [
7+
{
8+
matchPackagePatterns: ["github.com/cloudquery/plugin-sdk/*"],
9+
commitMessagePrefix: "chore(deps): ",
10+
},
11+
],
612
}

0 commit comments

Comments
 (0)