[dep] Auto upgrade via Dependabot (#104)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
22
.github/dependabot.yml
vendored
Normal file
22
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "bundler"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
bundler-cache: true
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- name: Setup Release Script
|
||||
run: |
|
||||
git config --global init.defaultBranch main
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
beautifulsoup4==4.11.1
|
||||
beautifulsoup4==4.12.2
|
||||
cffi==1.15.1
|
||||
html5lib==1.1
|
||||
Markdown==3.4.1
|
||||
Markdown==3.4.3
|
||||
mwparserfromhell==0.6.4
|
||||
pycparser==2.21
|
||||
pygit2==1.9.2
|
||||
pygit2==1.12.1
|
||||
python-dateutil==2.8.2
|
||||
python-frontmatter==1.0.0
|
||||
python-liquid==1.2.1
|
||||
PyYAML==5.4
|
||||
python-liquid==1.9.2
|
||||
PyYAML==6.0
|
||||
six==1.16.0
|
||||
soupsieve==2.3.2.post1
|
||||
typing_extensions==4.3.0
|
||||
soupsieve==2.4.1
|
||||
typing_extensions==4.6.3
|
||||
webencodings==0.5.1
|
||||
requests-html==0.10.0
|
||||
|
||||
Reference in New Issue
Block a user