Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions skills/github-project/checkpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ mechanical:
desc: "CODEOWNERS should exist for review assignments"

- id: GH-06
type: file_exists
target: .github/dependabot.yml
type: command
target: "test -f .github/dependabot.yml || test -f renovate.json || test -f .github/renovate.json || test -f .renovaterc.json || test -f .renovaterc"
Comment thread
CybotTM marked this conversation as resolved.
severity: warning
desc: "Dependabot config should exist"
desc: "Dependency update automation should be configured (Dependabot or Renovate)"

- id: GH-07
type: file_exists
Expand Down
Loading