diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29b9fd72dc..a5b317a336 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ updates: schedule: interval: "daily" commit-message: - prefix: "chore(deps)" - prefix-development: "chore(deps-dev)" + prefix: "chore" + prefix-development: "chore" include: "scope" - package-ecosystem: "github-actions" directory: "/" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3085b597a3..6b19817166 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_commit_msg: "chore(pre-commit): pre-commit autoupdate" + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0