Skip to content

Commit

Permalink
Update renovate-default.json
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <[email protected]>
  • Loading branch information
innobead authored Feb 21, 2024
1 parent a23a66b commit 7e4b302
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"schedule": ["after 6pm and before 11pm every weekday", "after 10am on saturday", "on sunday"],
"packageRules": [
{
"matchBaseBranches": ["master", "main", "/^v\\d+\\.\\d+\\.x/"],
"matchUpdateTypes": ["major"],
"matchManagers": ["gomod"],
"enabled": false
},
{
"matchBaseBranches": ["/^v\\d+\\.\\d+\\.x/"],
"matchUpdateTypes": ["digest"],
"excludePackageNames": [
"matchPackageNames": [
"github.com/longhorn/longhorn-engine",
"github.com/longhorn/longhorn-instance-manager",
"github.com/longhorn/longhorn-share-manager",
Expand All @@ -36,6 +36,7 @@
"matchBaseBranches": ["/^v\\d+\\.\\d+\\.x/"],
"matchUpdateTypes": ["minor"],
"excludePackagePrefixes": ["github.com/longhorn"],
"matchManagers": ["gomod"],
"enabled": false
},
{
Expand All @@ -50,7 +51,7 @@
"enabled": false
},
{
"matchBaseBranches": ["v1.6.x", "v1.5.x"],
"matchBaseBranches": ["v1.5.x"],
"matchPackageNames": ["github.com/longhorn/go-iscsi-helper"],
"matchManagers": ["gomod"],
"enabled": false
Expand Down

0 comments on commit 7e4b302

Please sign in to comment.