diff options
author | 2024-07-13 21:30:36 +0100 | |
---|---|---|
committer | 2024-07-13 21:30:36 +0100 | |
commit | 4ad4f0fabcf58c00c2b0ccc92af84424ceb13398 (patch) | |
tree | f05c37f473744daa7250f5fb5de4689ead84ed5b | |
parent | Add renovate.json (diff) |
Remove dependabot configuration
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b38df29..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" |