mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 05:13:10 +01:00
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:
parent
e26ad81fba
commit
f1b53c952d
@ -11,6 +11,9 @@
|
||||
],
|
||||
rebaseWhen: 'never',
|
||||
prConcurrentLimit: 5,
|
||||
lockFileMaintenance: {
|
||||
"enabled": true,
|
||||
},
|
||||
"gomod": {
|
||||
// Do not manage the dagger go.mod file
|
||||
"ignorePaths": [
|
||||
@ -100,6 +103,13 @@
|
||||
],
|
||||
"groupName": "all sagikazarmark daggerverse dependencies"
|
||||
},
|
||||
{
|
||||
matchFileNames: [
|
||||
"web/package.json",
|
||||
"web/yarn.lock"
|
||||
],
|
||||
groupName: "documentation dependencies"
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
|
||||
1
web/.gitignore
vendored
1
web/.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
package-lock.json
|
||||
|
||||
18445
web/package-lock.json
generated
18445
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
9240
web/yarn.lock
Normal file
9240
web/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user