From 48c9a586b05d3922dccd13e79c38ded330f01063 Mon Sep 17 00:00:00 2001 From: moezein0 <169095174+moezein0@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:01:01 -0400 Subject: [PATCH] chore: disable automated dependency updater config [incident-51602] --- .github/dependabot.yml | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6694805..22cd4f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,25 +1,25 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -version: 2 -updates: - # Keep GitHub Actions up to date - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - groups: - gh-actions-packages: - patterns: - - "*" +# # To get started with Dependabot version updates, you'll need to specify which +# # package ecosystems to update and where the package manifests are located. +# # Please see the documentation for all configuration options: +# # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# version: 2 +# updates: +# # Keep GitHub Actions up to date +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "monthly" +# groups: +# gh-actions-packages: +# patterns: +# - "*" - # Keep Go dependencies up to date - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - groups: - go-dependencies: - patterns: - - "*" +# # Keep Go dependencies up to date +# - package-ecosystem: "gomod" +# directory: "/" +# schedule: +# interval: "weekly" +# groups: +# go-dependencies: +# patterns: +# - "*"