From 0ff6802e3f2a3daa42e352ffb6165cc6ac6db8c0 Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Fri, 7 Jun 2024 20:07:13 +0200 Subject: [PATCH] Delete .github/workflows/dependabot.yml --- .github/workflows/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 8b7d3ce..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - # Updates for Github Actions used in the repo - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - # Updates for Gradle dependencies used in the app - - package-ecosystem: gradle - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 2