diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9368816..60b1213 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,16 +13,15 @@ updates: time: '08:00' groups: production-dependencies: - dependency-type: "production" + dependency-type: 'production' update-types: - - "minor" - - "patch" + - 'minor' + - 'patch' development-dependencies: - dependency-type: "development" + dependency-type: 'development' update-types: - - "minor" - - "patch" - + - 'minor' + - 'patch' - package-ecosystem: 'github-actions' directory: '/' @@ -33,12 +32,4 @@ updates: time: '08:00' groups: production-dependencies: - dependency-type: "production" - update-types: - - "minor" - - "patch" - development-dependencies: - dependency-type: "development" - update-types: - - "minor" - - "patch" + dependency-type: 'production' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00f42e7..5ae99bb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: ghcr.io/${{ github.repository }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v2.10.0 - name: Build and push Docker images uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825