mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update dependencies, add dependabot (#70)
* update dependencies
* add some status badges
crates.io
testing status
dependency status
* add cargo-audit ci
* add dependabot for cargo and github actions updates
This commit is contained in:
parent
a1649b9fda
commit
0d0c2407ab
4 changed files with 98 additions and 50 deletions
26
.github/dependabot.yml
vendored
Normal file
26
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "10:00"
|
||||
timezone: EST
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: chore
|
||||
include: scope
|
||||
- package-ecosystem: cargo
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
||||
timezone: EST
|
||||
open-pull-requests-limit: 10
|
||||
allow:
|
||||
# direct and indirect updates
|
||||
- dependency-type: "all"
|
||||
commit-message:
|
||||
prefix: chore
|
||||
include: scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue