chore: use yarn lockfile instead of npm one (#314)

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Marco Nenciarini 2025-05-06 12:08:25 +02:00 committed by GitHub
parent e26ad81fba
commit f1b53c952d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9251 additions and 18445 deletions

View File

@ -11,6 +11,9 @@
], ],
rebaseWhen: 'never', rebaseWhen: 'never',
prConcurrentLimit: 5, prConcurrentLimit: 5,
lockFileMaintenance: {
"enabled": true,
},
"gomod": { "gomod": {
// Do not manage the dagger go.mod file // Do not manage the dagger go.mod file
"ignorePaths": [ "ignorePaths": [
@ -100,6 +103,13 @@
], ],
"groupName": "all sagikazarmark daggerverse dependencies" "groupName": "all sagikazarmark daggerverse dependencies"
}, },
{
matchFileNames: [
"web/package.json",
"web/yarn.lock"
],
groupName: "documentation dependencies"
},
{ {
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",

1
web/.gitignore vendored
View File

@ -18,3 +18,4 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
package-lock.json

18445
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

9240
web/yarn.lock Normal file

File diff suppressed because it is too large Load Diff