Skip to content

Commit

Permalink
GitHub: First try at creating dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr authored Mar 18, 2024
1 parent 3508879 commit 3c71d8f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "cargo:"
groups:
cargo-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "npm:"
groups:
npm-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "github:"
groups:
github-dependencies:
patterns:
- "*"

0 comments on commit 3c71d8f

Please sign in to comment.