diff options
author | Matthew (mbg) <[email protected]> | 2024-03-01 15:43:49 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-01 15:43:49 -0800 |
commit | c523748c3e6e8b8ee21584bd3d647fdfaf32d1d3 (patch) | |
tree | 1a2ec17939b5f9cdfdce4a8c91497b9d243873b2 /.github/dependabot.yml | |
parent | 8dc94d6cc4c28799d2f0cdaa9eaaacc6f9b109eb (diff) | |
download | pingora-c523748c3e6e8b8ee21584bd3d647fdfaf32d1d3.tar.gz pingora-c523748c3e6e8b8ee21584bd3d647fdfaf32d1d3.zip |
ci: add github workflows (#3)
Add CI workflows for docs, compile, test, and audit. Dependabot also
included.
Diffstat (limited to '.github/dependabot.yml')
-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 0000000..1332f8e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 |