1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-06 00:22:56 +03:00

chore(github): integrate Dependabot

This commit is contained in:
Orhun Parmaksız 2023-04-28 14:49:00 +03:00
parent 1ab6f39c84
commit fe5a4dd8f0
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

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

@ -0,0 +1,15 @@
version: 2
updates:
# Maintain dependencies for Cargo
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10