diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-23 15:53:04 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-23 15:53:04 +0530 |
commit | 4207ffc4e1ae0ae4acc843bc2cb2c2d14809ba6d (patch) | |
tree | 9ec3ccfbe31a8094cd193859e7ff66c052f1c8f7 | |
parent | 75cc49d51f3aa4e64a80b81a2b230a5e7563db6e (diff) |
github: remove dependabot configuration
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 77b45f6d..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gradle" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 5 - labels: - - "A-dependencies" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" |