Skip to content

Commit

Permalink
👷 add dependabot auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Sep 3, 2024
1 parent 590495f commit 31c27d7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: "auto"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
groups:
npm-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "pip"
directory: "/"
versioning-strategy: "auto"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
groups:
pypi-dependencies:
patterns:
- "*"
exclude-patterns:
- "ci.txt"
update-types:
- "minor"
- "patch"

0 comments on commit 31c27d7

Please sign in to comment.