mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 04:50:40 +00:00
ci: run dependabot daily
This commit is contained in:
parent
88047ac92b
commit
2b173d99c1
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@ -1,16 +1,11 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: actix-rt
|
||||
- dependency-name: bytes
|
||||
- dependency-name: funty
|
||||
- dependency-name: gotham
|
||||
versions:
|
||||
- 0.6.x
|
||||
- dependency-name: hyper
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
||||
Book:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user