Skip to content

Commit

Permalink
feat(ci): add dependabot (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin authored Oct 5, 2023
1 parent 3261e63 commit bfc741b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ localizable
mdlint
pubspec
rustc
Traceback
stevenj
Traceback
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "minikin"
- "stevenj"

- package-ecosystem: "pub"
directory: "/catalyst_voices"
schedule:
interval: "monthly"
assignees:
- "minikin"

- package-ecosystem: "pub"
directory: "/catalyst_voices_packages"
schedule:
interval: "monthly"
assignees:
- "minikin"

- package-ecosystem: "cargo"
directory: "/athena"
schedule:
interval: "monthly"
assignees:
- "stevenj"

- package-ecosystem: "cargo"
directory: "/catalyst-voices-backend"
schedule:
interval: "monthly"
assignees:
- "stevenj"

0 comments on commit bfc741b

Please sign in to comment.