From b7c838eccb331dbcc052a01069b0d11930ede51d Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 6 Feb 2024 10:21:30 +0100 Subject: [PATCH] chore(deps): remove Dependabot configuration --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6f239b7a..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "gradle" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily"