Skip to content

Commit

Permalink
chore(deps): configure dependabot versioning strategy to increase
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Oct 17, 2024
1 parent 4371477 commit eb86802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ updates:
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
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "npm" # See documentation for possible values
directory: "/editors/vscode" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase

0 comments on commit eb86802

Please sign in to comment.