Skip to content

Commit

Permalink
Upgrade to mitmproxy 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Labelle committed Dec 11, 2023
2 parents 83b530c + bda9c4e commit 16da285
Show file tree
Hide file tree
Showing 728 changed files with 44,638 additions and 16,647 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
groups:
"github actions":
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions .github/node-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
1 change: 1 addition & 0 deletions .github/python-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
30 changes: 30 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: autofix.ci

on:
pull_request:
push:
branches:
- main

permissions:
contents: read

jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: install-pinned/ruff@0e35bc58bd73769469284df9e1f8898daeea8768
- run: ruff --fix-only .
- run: ruff format .

- name: Run prettier
run: |
npm ci
npm run prettier
working-directory: web

- uses: mhils/add-pr-ref-in-changelog@main

- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
Loading

0 comments on commit 16da285

Please sign in to comment.