diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29d69dd0..f2fa9b16 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,12 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + target-branch: "devel" schedule: interval: "daily" - package-ecosystem: "docker" directory: "/" + target-branch: "devel" schedule: interval: "weekly" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 437590a4..68d2487f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,6 @@ jobs: - name: Codecov uses: codecov/codecov-action@v1 - if: ${{ github.event_name == 'pull_request' }} with: file: ./src/github.com/${{ github.repository }}/cover.out