github.com/livekit/protocol@v1.39.3/renovate.json (about)

     1  {
     2    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
     3    "extends": ["config:base"],
     4    "constraints": {
     5      "go": "1.22"
     6    },
     7    "commitBody": "Generated by renovateBot",
     8    "packageRules": [
     9      {
    10        "matchManagers": ["github-actions"],
    11        "groupName": "github workflows"
    12      },
    13      {
    14        "matchManagers": ["gomod"],
    15        "groupName": "go deps"
    16      },
    17      {
    18        "matchManagers": ["npm"],
    19        "groupName": "npm deps"
    20      }
    21    ],
    22    "postUpdateOptions": ["gomodTidy"],
    23    "schedule": ["on monday"]
    24  }