Skip to content

Fix dependabot config: weekly schedule, cooldown, missing ecosystems - #11

Open
dguido wants to merge 1 commit into
mainfrom
fix/dependabot-config
Open

Fix dependabot config: weekly schedule, cooldown, missing ecosystems#11
dguido wants to merge 1 commit into
mainfrom
fix/dependabot-config

Conversation

@dguido

@dguido dguido commented Feb 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Change all schedules from daily to weekly
  • Add cooldown: default-days: 7 for supply chain safety (delays adoption of newly published versions)
  • Add grouped updates with patterns: ["*"] to batch PRs per ecosystem
  • Consolidate cargo: root workspace / covers ruby, rust, and shared extractors
  • Add missing ecosystem coverage: npm (javascript/extractor), pip (python/extractor + misc/codegen), nuget (csharp/extractor)
  • Remove redundant gomod test directory entry (was ignoring all deps via ignore: ["*"])

Test plan

  • Verify dependabot.yml passes GitHub's schema validation after merge
  • Confirm Dependabot creates grouped PRs for newly covered ecosystems within one week

🤖 Generated with Claude Code

@dguido
dguido force-pushed the fix/dependabot-config branch from d6720fc to eaa87cf Compare February 13, 2026 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant