mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-12-08 05:53:51 +00:00
ci: set up dependabot for GH actions
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I890272e62db5824a3d866748375d1a9f6a6a6964
This commit is contained in:
parent
8d97a9e8ec
commit
16a1d5fe3f
1 changed files with 14 additions and 0 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Update Cargo deps
|
||||||
|
- package-ecosystem: cargo
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
|
||||||
|
# Update used workflows
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue