Skip to content

Commit

Permalink
ci: add dependabot (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Nov 4, 2024
1 parent b184483 commit 8872cb9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: daily
interval: "weekly"

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

0 comments on commit 8872cb9

Please sign in to comment.