summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordarker <s4nixd@gmail.com>2024-01-10 14:57:20 +0100
committerGitHub <noreply@github.com>2024-01-10 14:57:20 +0100
commit53e4755015a07d967801935caaa71298a9ab20d3 (patch)
tree40286090aec31b80b2ec56c48f8fe57fc61f6012 /.github
parent12b2a337f30f023af157b9ae560b53c3c5bd416c (diff)
downloadcandle-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.yml8
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