mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +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',
|
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
1
web/.gitignore
vendored
@ -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
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