Skip to content

Commit

Permalink
Chore: Define dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
LovingMelody committed Apr 6, 2024
1 parent cd39a04 commit b99e706
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/pkgs/star-citizen-helper"
schedule:
interval: "weekly"
time: '00:00'
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: '00:00'
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"

0 comments on commit b99e706

Please sign in to comment.