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