From e374e489339410662293e39f4147dc69d098077f Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 19 Jul 2024 07:35:28 +0200 Subject: [PATCH] chore: update dependabot config for ci/dev updates (#5898) Move internal-facing dependency updates out of the main changelog: - Categorize GitHub Actions and dev dependency updates under the 'ci' prefix. - Categorize devcontainers updates under the 'chore' prefix. --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84955b6b..966b54b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ version: 2 updates: - package-ecosystem: "devcontainers" + commit-message: + prefix: "chore(devcontainer)" directory: "/" schedule: interval: weekly @@ -13,7 +15,7 @@ updates: - package-ecosystem: github-actions commit-message: - prefix: "deps(github-actions)" + prefix: "ci(github-actions)" directory: "/" schedule: interval: "weekly" @@ -77,7 +79,7 @@ updates: - package-ecosystem: "docker" commit-message: - prefix: "deps(dev-docker)" + prefix: "ci(dev-docker)" directory: "/dev-dependencies" schedule: interval: "weekly" @@ -85,7 +87,7 @@ updates: - package-ecosystem: "npm" commit-message: - prefix: "deps(dev-npm)" + prefix: "ci(dev-npm)" directory: "/dev-dependencies" schedule: interval: "weekly"