From 4f1204ab32653a3ffecb406d663ed14fd991d6a4 Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:30:43 +0800 Subject: [PATCH] chore: remove dependabot for github-actions --- .github/dependabot.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 554b9b2bb..dbd4be171 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,16 +3,16 @@ # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - open-pull-requests-limit: 10 +#version: 2 +#updates: +# # Maintain dependencies for GitHub Actions +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "weekly" +# day: "monday" +# time: "09:00" +# open-pull-requests-limit: 10 # - package-ecosystem: "gomod" # directory: "/" # schedule: