Skip to content

Commit

Permalink
chore(dependabot): group dev and prod dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Oct 18, 2024
1 parent 6914cb4 commit 09c5926
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,26 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "pip" # See documentation for possible values
directory: "/plugins/yls-yara" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "pip" # See documentation for possible values
directory: "/pytest-yls" # Location of package manifests
- package-ecosystem: "pip"
directories:
- "/"
- "/plugins/yls-yara"
- "/pytest-yls"
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "npm" # See documentation for possible values
directory: "/editors/vscode" # Location of package manifests
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "npm"
directory: "/editors/vscode"
schedule:
interval: "daily"
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 09c5926

Please sign in to comment.