Files
crypt-keeper-extension/commitlint.config.js
dependabot[bot] d89fda838e build(deps-dev): bump eslint-plugin-playwright from 0.14.3 to 0.15.1 (#530)
* build(deps-dev): bump eslint-plugin-playwright from 0.14.3 to 0.15.1

Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.14.3 to 0.15.1.
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.3...v0.15.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: ignore commitlint for dependabot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
2023-06-22 11:44:14 -05:00

5 lines
146 B
JavaScript

module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => /Signed-off-by: dependabot\[bot]/m.test(message)],
};