Skip to content

Commit

Permalink
Let dependabot monitor ci dependencies in ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 16, 2024
1 parent bf83753 commit 8e1d485
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: winrt
versions:
- 0.8.0
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"

0 comments on commit 8e1d485

Please # to comment.