From 45a26a1ec2b440821a8a3ade2f80ccf3934f0245 Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Thu, 7 Nov 2024 17:00:04 +0100 Subject: [PATCH] Delete .github/.github directory --- .github/.github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/.github/dependabot.yml diff --git a/.github/.github/dependabot.yml b/.github/.github/dependabot.yml deleted file mode 100644 index f8f779b5..00000000 --- a/.github/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -# dependabot -# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -# ------------------------------------------------------------------------------ -version: 2 -updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - groups: - # open a single pull-request for all GitHub actions updates - github-actions: - patterns: - - '*'