* chore: Add lint commit workflow for pull requests * chore: Update commit message prefix and include scope for dependabot.yml * ci: remove pr-checker * chore: Update commitlint-github-action to version 5 * chore: Remove lint-commit workflow and add semantic.yml configuration
12 lines
231 B
YAML
12 lines
231 B
YAML
# Set update schedule for GitHub Actions
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "build(deps):"
|
|
include: scope
|