Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet committed Sep 1, 2023
1 parent bca0c10 commit 26f2f78
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": true,
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["github.com/vercel/terraform-provider-vercel", "github.com/pulumi/pulumi-terraform-bridge"],
"enabled": false
},
{
"matchFileNames": ["sdk/**"],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"groupName": "minor/patch updates"
},
],
"automerge": true,
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Friday"]
},
"minimumReleaseAge": "3 days",
"schedule": ["at any time"],
"automergeStrategy": "squash"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": true,
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": [
"github.com/vercel/terraform-provider-vercel",
"github.com/pulumi/pulumi-terraform-bridge",
"github.com/pulumi/pulumi-terraform-bridge/pf"
],
"enabled": false
},
{
"matchFileNames": ["sdk/**"],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"groupName": "minor/patch updates"
}
],
"automerge": true,
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Friday"]
},
"minimumReleaseAge": "3 days",
"schedule": ["at any time"],
"automergeStrategy": "squash",
"constraints": {
"go": "1.19"
},
"postUpdateOptions": ["gomodTidy"]
}

0 comments on commit 26f2f78

Please sign in to comment.