diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index cce1190..d7580f9 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "adept", - "version": "2.9.14", + "version": "2.9.15", "description": "Development-workflow skills: design, TDD, adversarial review, shipping, and campaign orchestration for Claude Code and Codex.", "author": { "name": "David Christensen" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c77a359 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + groups: + github-actions-dependencies: + patterns: + - "*"