diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8db43d873fd..d3ac66681f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,18 +7,13 @@ updates: interval: weekly - package-ecosystem: gomod - directory: / - schedule: - interval: weekly - allow: - - dependency-type: all - - - package-ecosystem: gomod - directory: /tools/mod # Not linked from /go.mod + directories: + - "**/*" schedule: - interval: weekly + interval: daily allow: - dependency-type: all + open-pull-requests-limit: 30 - package-ecosystem: docker directory: / diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b85fd7c652..cc7fc5719a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: get-image - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: etcd-img path: /tmp