diff options
author | Matthew (mbg) <[email protected]> | 2024-03-01 16:43:50 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-01 16:43:50 -0800 |
commit | 45791f63455267e41191e03d8895704fe59f7b98 (patch) | |
tree | e9d0302d9a9ea044c39cd33f9146bde1047e549b /.github | |
parent | c523748c3e6e8b8ee21584bd3d647fdfaf32d1d3 (diff) | |
download | pingora-45791f63455267e41191e03d8895704fe59f7b98.tar.gz pingora-45791f63455267e41191e03d8895704fe59f7b98.zip |
ci: we don't like dependabot (#86)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1332f8e..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 10 |