diff options
author | darker <s4nixd@gmail.com> | 2024-01-10 14:57:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 14:57:20 +0100 |
commit | 53e4755015a07d967801935caaa71298a9ab20d3 (patch) | |
tree | 40286090aec31b80b2ec56c48f8fe57fc61f6012 /.github | |
parent | 12b2a337f30f023af157b9ae560b53c3c5bd416c (diff) | |
download | candle-53e4755015a07d967801935caaa71298a9ab20d3.tar.gz candle-53e4755015a07d967801935caaa71298a9ab20d3.tar.bz2 candle-53e4755015a07d967801935caaa71298a9ab20d3.zip |
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 d31a956f8108afb1b6ee6f35611feea399d63bdf.
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..08d14cfc --- /dev/null +++ b/.github/dependabot.yml @@ -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 |