Skip to content

Commit

Permalink
Base dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsec-security committed Sep 23, 2024
1 parent 35ac815 commit 9866037
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "cargo"
directories:
- "/"
- "/prover"
- "/zk_toolbox"
schedule:
interval: "weekly"
open-pull-requests-limit: 0 # Exclude version updates, for now we only want security updates to trigger PRs

- package-ecosystem: "github-actions"
directory: "/" # Workflow files stored in the default location of `.github/workflows` (You can use `directory: "/"`)
schedule:
interval: "weekly"
open-pull-requests-limit: 0 # Exclude version updates, for now we only want security updates to trigger PRs

0 comments on commit 9866037

Please sign in to comment.