Skip to content

Commit

Permalink
add dependabot settings (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored Oct 18, 2024
1 parent abc0d29 commit 3c1522c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
groups:
npm-dependencies:
patterns: ["*"]
- package-ecosystem: "cargo"
directories: ["doc-test", "tutorial-code"]
schedule:
interval: "monthly"
groups:
cargo-dependencies:
patterns: ["*"]

0 comments on commit 3c1522c

Please sign in to comment.