We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e389c35 commit 0ff04a7Copy full SHA for 0ff04a7
.github/renovate.json5
@@ -1,12 +1,14 @@
1
{
2
extends: [
3
- "github>cloudquery/.github//.github/renovate-go-default.json5",
4
- "github>cloudquery/.github//.github/renovate-node-default.json5",
+ 'github>cloudquery/.github//.github/renovate-go-default.json5',
+ 'github>cloudquery/.github//.github/renovate-node-default.json5',
5
],
6
packageRules: [
7
8
- matchPackagePatterns: ["github.com/cloudquery/plugin-sdk/*"],
9
- commitMessagePrefix: "chore(deps): ",
+ commitMessagePrefix: 'chore(deps): ',
+ matchPackageNames: [
10
+ '/github.com/cloudquery/plugin-sdk/*/',
11
+ ],
12
},
13
14
}
0 commit comments