diff options
Diffstat (limited to 'vendor/github.com/pion/stun/renovate.json')
-rw-r--r-- | vendor/github.com/pion/stun/renovate.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/pion/stun/renovate.json b/vendor/github.com/pion/stun/renovate.json deleted file mode 100644 index 4400fd9..0000000 --- a/vendor/github.com/pion/stun/renovate.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "postUpdateOptions": [ - "gomodTidy" - ], - "commitBody": "Generated by renovateBot", - "packageRules": [ - { - "packagePatterns": ["^golang.org/x/"], - "schedule": ["on the first day of the month"] - } - ] -} |