ci: set dependabot to check weekly instead of daily (#666)

This commit is contained in:
Ole-Martin Bratteng 2022-02-22 15:08:53 +01:00 committed by GitHub
parent b47294267a
commit 0ccbcc829f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: /
schedule: schedule:
interval: "daily" interval: weekly
- package-ecosystem: docker - package-ecosystem: docker
directory: / directory: /
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: gomod - package-ecosystem: gomod
directory: / directory: /
schedule: schedule:
interval: daily interval: weekly