1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

add dependabot updater for actions and cargo

This commit is contained in:
Rob Ede 2023-10-29 01:35:12 +00:00
parent 17409cd203
commit 69e50b5e66
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly

2
justfile Normal file
View File

@ -0,0 +1,2 @@
_list:
@just --list