mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
chore: renovate configuration
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
36038d882e
commit
3938029932
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user