Skip to content

Commit cb96a14

Browse files
committed
chore: renovate configuration
Signed-off-by: Francesco Canovai <[email protected]>
1 parent ad624b2 commit cb96a14

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
rebaseWhen: 'never',
1313
prConcurrentLimit: 5,
14+
lockFileMaintenance: {
15+
"enabled": true,
16+
},
1417
"gomod": {
1518
// Do not manage the dagger go.mod file
1619
"ignorePaths": [
@@ -100,6 +103,13 @@
100103
],
101104
"groupName": "all sagikazarmark daggerverse dependencies"
102105
},
106+
{
107+
matchFileNames: [
108+
"web/package.json",
109+
"web/yarn.lock"
110+
],
111+
groupName: "documentation dependencies"
112+
},
103113
{
104114
"matchUpdateTypes": [
105115
"minor",

0 commit comments

Comments
 (0)