diff --git a/.github/workflows/dependabot-js.yml b/.github/workflows/dependabot-js.yml index 23dfa5be..5341f75e 100644 --- a/.github/workflows/dependabot-js.yml +++ b/.github/workflows/dependabot-js.yml @@ -6,6 +6,7 @@ env: on: pull_request: paths: + - package.json - yarn.lock jobs: dependabot: @@ -35,21 +36,6 @@ jobs: restore-keys: | ${{ matrix.os }}-yarn-${{ matrix.node }}- - run: yarn install --frozen-lockfile - - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - - uses: actions/cache@v2 - name: Use Gem cache - with: - path: vendor/bundle - key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}- - - run: | - bundle config deployment true - bundle config path vendor/bundle - bundle install --jobs 4 - - run: bin/setup ci - run: yarn - name: rebuild NOTICE-js run: yarn notice:js -u diff --git a/.github/workflows/dependabot-ruby.yml b/.github/workflows/dependabot-ruby.yml index 4a899813..72573557 100644 --- a/.github/workflows/dependabot-ruby.yml +++ b/.github/workflows/dependabot-ruby.yml @@ -6,6 +6,7 @@ env: on: pull_request: paths: + - "Gemfile" - "Gemfile.lock" jobs: dependabot: