mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-18 02:31:06 +00:00
Try dependabot.yml configuration
https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/
This commit is contained in:
parent
838484b1f3
commit
575f66e5f7
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
groups:
|
||||
python-packages:
|
||||
patterns:
|
||||
- "*"
|
||||
Loading…
Reference in a new issue