Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Feb 7, 2024
1 parent a7154ab commit 7e7e83d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,29 @@
},
{
"matchBaseBranches": ["master", "main"],
"matchUpdateTypes": ["minor", "digest"],
"matchUpdateTypes": ["minor"],
"groupSlug": "group-minor"
},
{
"matchUpdateTypes": ["patch"],
"groupSlug": "group-patch",
"groupSlug": "group-patch-automerge",
"automerge": true
},
{
"matchUpdateTypes": ["digest"],
"groupSlug": "group-digest",
},
{
"matchUpdateTypes": ["digest"],
"matchPackageNames": [
"github.com/longhorn/backupstore",
"github.com/longhorn/go-common-libs",
"github.com/longhorn/go-iscsi-helper",
"github.com/longhorn/go-spdk-helper",
"github.com/longhorn/sparse-tools",
"github.com/longhorn/backupstore"
],
"groupSlug": "group-digest-automerge",
"automerge": true
}
]
Expand Down

0 comments on commit 7e7e83d

Please sign in to comment.