This repository was archived by the owner on Mar 26, 2026. It is now read-only.
build(deps): bump stylelint-plugin-use-baseline from 1.2.7 to 1.4.1 in the npm-minor group #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto-merge Dependabot PRs | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| # Requires "Allow auto-merge" enabled in repository settings. | |
| permissions: {} | |
| # Concurrency is handled by the reusable workflow. | |
| jobs: | |
| auto-merge: | |
| # Expected actor for Dependabot PRs. If auto-merges stop firing, verify | |
| # this value hasn't changed: https://docs.github.com/en/code-security/dependabot | |
| if: github.actor == 'dependabot[bot]' | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| # Reusable workflow from benhigham/.github (pinned to SHA below). | |
| # For the source of the pinned version, check the repo at the matching commit. | |
| # Latest version: https://github.com/benhigham/.github/blob/main/.github/workflows/auto-merge-dependabot.yml | |
| uses: benhigham/.github/.github/workflows/auto-merge-dependabot.yml@62c1f964ae0240e9610912c9ee9f427f3a5383aa |