generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 4
/
renovate.json
41 lines (41 loc) · 1.15 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": true,
"configMigration": true,
"packageRules": [
{
"matchPackageNames": [
"github.com/vercel/terraform-provider-vercel",
"github.com/vercel/terraform-provider-vercel/v2",
"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"
},
{
"description": "Opt-out minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
}
],
"automerge": true,
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Friday"]
},
"minimumReleaseAge": "3 days",
"schedule": ["at any time"],
"automergeStrategy": "squash",
"postUpdateOptions": ["gomodTidy"]
}