Skip to content

Commit

Permalink
chore(renovate): support v1.7.x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit authored and innobead committed Jul 18, 2024
1 parent 8bfb312 commit 7f76476
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion renovate-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"baseBranches": [
"master",
"main",
"v1.7.x",
"v1.6.x",
"v1.5.x"
],
Expand Down Expand Up @@ -152,7 +153,25 @@
"github.com/longhorn/longhorn-engine",
"github.com/longhorn/longhorn-instance-manager",
"github.com/longhorn/longhorn-share-manager",
"github.com/longhorn/backing-image-manager"
"github.com/longhorn/backing-image-manager",
"github.com/longhorn/cli"
],
"allowedVersions": "/^v1\\.8\\.\\S+/",
"matchManagers": [
"gomod"
],
"groupName": "longhorn branch repo dependencies"
},
{
"matchBaseBranches": [
"v1.7.x"
],
"matchPackageNames": [
"github.com/longhorn/longhorn-engine",
"github.com/longhorn/longhorn-instance-manager",
"github.com/longhorn/longhorn-share-manager",
"github.com/longhorn/backing-image-manager",
"github.com/longhorn/cli"
],
"allowedVersions": "/^v1\\.7\\.\\S+/",
"matchManagers": [
Expand Down

0 comments on commit 7f76476

Please sign in to comment.