We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f41b1 commit f80c16aCopy full SHA for f80c16a
1 file changed
.github/renovate.json5
@@ -3,4 +3,10 @@
3
"github>cloudquery/.github//.github/renovate-go-default.json5",
4
"github>cloudquery/.github//.github/renovate-node-default.json5",
5
],
6
+ packageRules: [
7
+ {
8
+ matchPackagePatterns: ["github.com/cloudquery/plugin-sdk/*"],
9
+ commitMessagePrefix: "chore(deps): ",
10
+ },
11
+ ],
12
}
0 commit comments