diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1827d2d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + groups: + python-dependencies: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fb7d277..5367eae 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -40,6 +40,8 @@ jobs: - name: SonarCloud quality gate uses: SonarSource/sonarqube-quality-gate-action@v1.1.0 + with: + scanMetadataReportFile: dist/quality/sonar/scannerwork/report-task.txt env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io