Skip to content

Commit

Permalink
Merge pull request #139 from Kijewski/pr-dependabot-github-actions
Browse files Browse the repository at this point in the history
Let dependabot monitor ci dependencies in ci actions
  • Loading branch information
astraw authored Sep 16, 2024
2 parents 8c5197b + 8e1d485 commit edac495
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 edac495

Please sign in to comment.