Browse Source

Change dependabot frequency to weekly

Jonatas Baldin 5 years ago
parent
commit
b5cbe8d993
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/dependabot.yml

+ 2 - 2
.github/dependabot.yml

@@ -3,12 +3,12 @@ updates:
   - package-ecosystem: "gomod"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "docker"
     directory: "/"