diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6cce39a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,25 +0,0 @@ -# # Configuration: https://dependabot.com/docs/config-file/ -# # Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically - -# version: 2 - -# updates: -# - package-ecosystem: "pip" -# directory: "/" -# schedule: -# interval: "monthly" -# allow: -# - dependency-type: "all" -# commit-message: -# prefix: ":arrow_up:" -# open-pull-requests-limit: 5 - -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# interval: "monthly" -# allow: -# - dependency-type: "all" -# commit-message: -# prefix: ":arrow_up:" -# open-pull-requests-limit: 5