summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/srtp/v2/renovate.json
blob: 4400fd9b2353f79ac91f27575533f715e5624ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": [
    "config:base"
  ],
  "postUpdateOptions": [
    "gomodTidy"
  ],
  "commitBody": "Generated by renovateBot",
  "packageRules": [
    {
      "packagePatterns": ["^golang.org/x/"],
      "schedule": ["on the first day of the month"]
    }
  ]
}