From 58cea00c529c7c94a5916d5bdea1ba2e0e7a96c6 Mon Sep 17 00:00:00 2001 From: moezein0 <169095174+moezein0@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:05:27 -0400 Subject: [PATCH 1/3] chore: disable automated dependency updater config [incident-51602] --- .github/dependabot.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05c1cd1..13d64dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,18 @@ -# 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 +# # 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: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - commit-message: - prefix: "chore(ci): " - groups: - gh-actions-packages: - patterns: - - "*" +# version: 2 +# updates: +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "weekly" +# commit-message: +# prefix: "chore(ci): " +# groups: +# gh-actions-packages: +# patterns: +# - "*" From 1608b509c76e86af2e15f1f65c4ce41d6a0a3f77 Mon Sep 17 00:00:00 2001 From: moezein0 <169095174+moezein0@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:12:46 -0400 Subject: [PATCH 2/3] chore: disable automated dependency updater config [incident-51602] --- .github/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 13d64dc..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -# # 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: -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# interval: "weekly" -# commit-message: -# prefix: "chore(ci): " -# groups: -# gh-actions-packages: -# patterns: -# - "*" - From d7db8b6d7351895b0121bdaa798ec13557ce1fdb Mon Sep 17 00:00:00 2001 From: moezein0 <169095174+moezein0@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:12:48 -0400 Subject: [PATCH 3/3] chore: disable automated dependency updater config [incident-51602] --- .github/dependabot.yml.disabled | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml.disabled diff --git a/.github/dependabot.yml.disabled b/.github/dependabot.yml.disabled new file mode 100644 index 0000000..13d64dc --- /dev/null +++ b/.github/dependabot.yml.disabled @@ -0,0 +1,18 @@ +# # 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: +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "weekly" +# commit-message: +# prefix: "chore(ci): " +# groups: +# gh-actions-packages: +# patterns: +# - "*" +