Browse Source

move dependabot frequency running to monthly (#10144)

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
pull/10146/head
Augustin Husson 3 years ago committed by GitHub
parent
commit
dd02675467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/dependabot.yml

9
.github/dependabot.yml

@ -3,17 +3,16 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "npm"
directory: "/web/ui"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

Loading…
Cancel
Save