aboutsummaryrefslogtreecommitdiffstats
path: root/.github/renovate.json
blob: 044a783f4a5e92265e4f6d4e7002249c50e888e5 (plain)
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
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended"
  ],
  "automergeType": "branch",
  "semanticCommits": "enabled",
  "packageRules": [
    {
      "matchUpdateTypes": ["minor", "patch"],
      "matchCurrentVersion": "!/^0/",
      "automerge": true
    },
    {
      "matchManagers": ["github-actions"],
      "matchPackageNames": ["actions/setup-node"],
      "automerge": true,
      "automergeType": "branch"
    },
    {
      "matchPackageNames": ["/opentelemetry/"],
      "groupName": "opentelemetry"
    }
  ]
}