Skip to content

Commit

Permalink
ci: Update dependabot configuration (#71)
Browse files Browse the repository at this point in the history
Adds new packages and fixes syntax
  • Loading branch information
dnys1 authored Mar 9, 2024
1 parent 2478bb3 commit de5360f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,34 @@ updates:
schedule:
interval: "weekly"

### PUB ###
### DART ###
- package-ecosystem: "pub"
directory: "packages/cedar"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/cedar_ffi"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/celest"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/celest_auth"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/celest_core"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/corks"
schedule:
interval: "weekly"

## RUST ##
- package-ecosystem: "cargo"
directory: "packages/cedar_ffi/src"
schedule:
interval: "weekly"

0 comments on commit de5360f

Please sign in to comment.