[dep] Auto upgrade via Dependabot (#104)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Nemo
2023-06-08 11:46:40 +05:30
committed by GitHub
parent 1ec69e4ac9
commit ed3d139109
3 changed files with 30 additions and 8 deletions

22
.github/dependabot.yml vendored Normal file
View 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"

View File

@@ -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