We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad624b2 commit cb96a14Copy full SHA for cb96a14
1 file changed
renovate.json5
@@ -11,6 +11,9 @@
11
],
12
rebaseWhen: 'never',
13
prConcurrentLimit: 5,
14
+ lockFileMaintenance: {
15
+ "enabled": true,
16
+ },
17
"gomod": {
18
// Do not manage the dagger go.mod file
19
"ignorePaths": [
@@ -100,6 +103,13 @@
100
103
101
104
"groupName": "all sagikazarmark daggerverse dependencies"
102
105
},
106
+ {
107
+ matchFileNames: [
108
+ "web/package.json",
109
+ "web/yarn.lock"
110
+ ],
111
+ groupName: "documentation dependencies"
112
113
{
114
"matchUpdateTypes": [
115
"minor",
0 commit comments