diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8c19cc9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + open-pull-requests-limit: 10 + groups: + actions-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + actions-major: + patterns: + - "*" + update-types: + - "major" + cooldown: + default-days: 7 + semver-major-days: 14 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 711191d..61a293f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: private-key: ${{ secrets.HOMEBOY_APP_PRIVATE_KEY }} - name: Run Homeboy ${{ matrix.command }} - uses: Extra-Chill/homeboy-action@v2 + uses: Extra-Chill/homeboy-action@ecf759622ccf5bfac9612f6039494812a734f532 # v2.7.6 with: commands: ${{ matrix.command }} expected-commands: lint,test