From 12c0b343cd840a856081339ab7ef1f3a05617195 Mon Sep 17 00:00:00 2001 From: Val Redchenko Date: Wed, 14 Jan 2026 13:25:35 +0000 Subject: [PATCH 1/2] Configure Dependabot to use admin+devops labels - Add explicit labels to all ecosystems to prevent Dependabot from creating default labels (dependencies, github_actions, javascript) - Add npm ecosystem for playwright-skill directory --- .github/dependabot.yml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90a7ea2..3dfa04e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,31 +1,49 @@ version: 2 updates: - # GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + labels: + - "admin" + - "devops" groups: actions: patterns: - "*" - # npm (webui) - package-ecosystem: "npm" directory: "/webui" schedule: interval: "weekly" + labels: + - "admin" + - "devops" groups: npm-minor: update-types: - "minor" - "patch" - # pip (docs) + - package-ecosystem: "npm" + directory: "/claude-code/smartem-frontend/skills/playwright-skill" + schedule: + interval: "weekly" + labels: + - "admin" + - "devops" + groups: + playwright-skill: + patterns: + - "*" + - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + labels: + - "admin" + - "devops" groups: pip: patterns: From ede222c9dd9cf729d090d2cdcea9c70a19e8829f Mon Sep 17 00:00:00 2001 From: Val Redchenko Date: Wed, 14 Jan 2026 13:49:43 +0000 Subject: [PATCH 2/2] Fix docs URL in repos.json Correct the docs link from smartem-decisions to smartem-devtools --- core/repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/repos.json b/core/repos.json index 3f5c570..cbcc832 100644 --- a/core/repos.json +++ b/core/repos.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "version": "1.0.0", "links": { - "docs": "https://diamondlightsource.github.io/smartem-decisions/", + "docs": "https://diamondlightsource.github.io/smartem-devtools/", "projectBoard": "https://github.com/orgs/DiamondLightSource/projects/51/views/1" }, "presets": {