Skip to content

Commit

Permalink
ci: Enable automated update PRs from dependabot (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky authored Jun 27, 2024
1 parent b20eb51 commit 89d2f7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# pnpm is handled by the "npm" package ecosystem
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 89d2f7d

Please sign in to comment.