diff options
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f4d737f..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - assignees: - - "angristan" - reviewers: - - "angristan" + interval: "weekly" |