This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit cea603db89933ba1ffd705cf82bb54d9557168bc Author: Haonan <[email protected]> AuthorDate: Mon Jul 8 14:38:05 2024 +0800 Change dependabot update interval to monthly --- .github/dependabot.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc41d6cb..4eaba649 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,12 +22,8 @@ updates: - package-ecosystem: maven directory: / schedule: - interval: daily + interval: monthly - package-ecosystem: github-actions directory: / schedule: - interval: daily -- package-ecosystem: gomod - directory: plc4go - schedule: - interval: daily + interval: monthly
