diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df4d15b35..d202a332d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,5 @@ version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/add-remove-label-on-comment.yml b/.github/workflows/add-remove-label-on-comment.yml index 0f369db7d..a658064f0 100644 --- a/.github/workflows/add-remove-label-on-comment.yml +++ b/.github/workflows/add-remove-label-on-comment.yml @@ -17,4 +17,3 @@ on: jobs: add_remove_labels: uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master - diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index e3006056a..dd0851aa0 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -8,7 +8,7 @@ on: branch: description: "Target branch against which to create requirements PR" required: true - default: 'main' + default: "main" jobs: call-upgrade-python-requirements-workflow: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 949315e48..8a967ee45 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,4 +26,4 @@ build: # Optionally set the requirements required to build your docs python: install: - - requirements: requirements/base.txt + - requirements: requirements/base.txt