Skip to content

Commit

Permalink
Add Dependabot config for GitHub Actions (#1265)
Browse files Browse the repository at this point in the history
Upgrades GitHub Actions automatically
  • Loading branch information
tony-iqlusion authored Jan 28, 2025
1 parent 7a0fc61 commit c56549f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: '13:00'
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit c56549f

Please sign in to comment.