mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 03:24:17 +02:00
Merge branch 'dev' into dependabot/pip/dev/pydantic-core-2.18.4
This commit is contained in:
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@@ -5,8 +5,21 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
target-branch: "dev"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
groups:
|
||||
pip:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
target-branch: "dev"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
groups:
|
||||
npm:
|
||||
patterns:
|
||||
- "*"
|
||||
|
@@ -48,7 +48,7 @@ pyasn1==0.6.0
|
||||
pyasn1-modules==0.4.0
|
||||
pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython"
|
||||
pycryptodomex==3.20.0
|
||||
pydantic==2.7.2
|
||||
pydantic==2.7.3
|
||||
pydantic-core==2.18.4
|
||||
pygments==2.18.0
|
||||
python-crontab==3.1.0
|
||||
|
Reference in New Issue
Block a user