Skip to content

Commit f1b53c9

Browse files
mnenciafcanovai
andauthored
chore: use yarn lockfile instead of npm one (#314)
Signed-off-by: Marco Nenciarini <[email protected]> Signed-off-by: Francesco Canovai <[email protected]> Co-authored-by: Francesco Canovai <[email protected]>
1 parent e26ad81 commit f1b53c9

File tree

4 files changed

+9251
-18445
lines changed

4 files changed

+9251
-18445
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",

web/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
package-lock.json

0 commit comments

Comments
 (0)