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