[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
|
bundler-cache: true
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.11'
|
||||||
- name: Setup Release Script
|
- name: Setup Release Script
|
||||||
run: |
|
run: |
|
||||||
git config --global init.defaultBranch main
|
git config --global init.defaultBranch main
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.12.2
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
html5lib==1.1
|
html5lib==1.1
|
||||||
Markdown==3.4.1
|
Markdown==3.4.3
|
||||||
mwparserfromhell==0.6.4
|
mwparserfromhell==0.6.4
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pygit2==1.9.2
|
pygit2==1.12.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-frontmatter==1.0.0
|
python-frontmatter==1.0.0
|
||||||
python-liquid==1.2.1
|
python-liquid==1.9.2
|
||||||
PyYAML==5.4
|
PyYAML==6.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
soupsieve==2.3.2.post1
|
soupsieve==2.4.1
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.6.3
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
requests-html==0.10.0
|
requests-html==0.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user