Browse Source

ci: reduce frequency of dependabot nags

Jakob Borg 10 months ago
parent
commit
529d3ef764
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/dependabot.yml

+ 2 - 2
.github/dependabot.yml

@@ -3,11 +3,11 @@ updates:
   - package-ecosystem: "github-actions"
   - package-ecosystem: "github-actions"
     directory: "/"
     directory: "/"
     schedule:
     schedule:
-      interval: weekly
+      interval: monthly
     open-pull-requests-limit: 10
     open-pull-requests-limit: 10
 
 
   - package-ecosystem: "gomod"
   - package-ecosystem: "gomod"
     directory: "/"
     directory: "/"
     schedule:
     schedule:
-      interval: weekly
+      interval: monthly
     open-pull-requests-limit: 10
     open-pull-requests-limit: 10