feat: add dependabot to the project (#1553)

* feat: add dependabot to the project

* feat: add let's accept patches/fix from other libs

* Revert "feat: add let's accept patches/fix from other libs"

This reverts commit d31a956f81.
This commit is contained in:
darker
2024-01-10 14:57:20 +01:00
committed by GitHub
parent 12b2a337f3
commit 53e4755015

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
open-pull-requests-limit-per-dependency: 2