diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..59976ca0e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 + +updates: + + # Maintain dependencies for GitHub Actions. + # Dependabot will raise pull requests + # for version updates for any outdated actions that it finds. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + + # Maintain dependencies for python packages. + # Dependabot will raise pull requests + # for version updates for any outdated package that it finds. + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d94f0b60..2207c86df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Extract firmware for M5StickV id: extract-m5stickv if: matrix.device == 'maixpy_m5stickv' - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 with: image: localhost:5000/selfcustody/krux-builder-m5stickv:latest path: /src/firmware/Kboot/build/. @@ -72,7 +72,7 @@ jobs: - name: Extract firmware for Amigo IPS id: extract-amigo-ips if: matrix.device == 'maixpy_amigo_ips' - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 with: image: localhost:5000/selfcustody/krux-builder-amigo-ips:latest path: /src/firmware/Kboot/build/. @@ -96,7 +96,7 @@ jobs: - name: Extract firmware for Amigo TFT id: extract-amigo-tft if: matrix.device == 'maixpy_amigo_tft' - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 with: image: localhost:5000/selfcustody/krux-builder-amigo-tft:latest path: /src/firmware/Kboot/build/. @@ -120,7 +120,7 @@ jobs: - name: Extract firmware for Bit id: extract-bit if: matrix.device == 'maixpy_bit' - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 with: image: localhost:5000/selfcustody/krux-builder-bit:latest path: /src/firmware/Kboot/build/. @@ -144,7 +144,7 @@ jobs: - name: Extract firmware for Dock id: extract-dock if: matrix.device == 'maixpy_dock' - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 with: image: localhost:5000/selfcustody/krux-builder-dock:latest path: /src/firmware/Kboot/build/.