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: 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": {