Skip to content

Bump sass from 1.74.1 to 1.75.0 #894

Bump sass from 1.74.1 to 1.75.0

Bump sass from 1.74.1 to 1.75.0 #894

Workflow file for this run

name: Auto Merge Dependabot
on:
pull_request_target:
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6.0
with:
target: minor
github-token: ${{ secrets.AUTOMERGE_TOKEN }}