diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:54:47 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:54:47 +0900 |
commit | 5d04dd8219fe535aa9081fda19fa5adb9bde7a1f (patch) | |
tree | 992e1da6b6088df2844b9fe0a38a18f5efa8efa2 /.github/dependabot.yml | |
parent | 60a2fbd77943c8795b4d03ff7ceb3447cca2acff (diff) |
Reduce dependabot frequency from weekly to monthly
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d2b9bb0..cbd48cc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "area/dependencies" groups: # group minor/patch updates together @@ -17,7 +17,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "area/dependencies" groups: # group minor/patch updates together |