diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-30 22:14:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-30 22:14:20 +0100 |
| commit | 9926a594e7f462103b47930270a00c1b9ce3cbf3 (patch) | |
| tree | 4ced360860b3f3fb50d349858d86533938cf3cc9 | |
| parent | 293a7154435a85021e5f5f2e87f881e9810137fc (diff) | |
Disable dependabot
It's already starting to create too many PRs for my liking. Dependabot alerts are already active on the repository, so we should still be notified about important security updates.
| -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 59aa3462..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - ignore: - - dependency-name: dtolnay/rust-toolchain |
