chore: add enterprise Dependabot configuration - #778
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to automate and standardize GitHub Actions dependency updates for the thold plugin repository, reducing update noise while keeping workflows current.
Changes:
- Introduces
.github/dependabot.ymlwith weekly scheduled GitHub Actions updates targeting thedevelopbranch. - Enables grouped updates (single group matching all actions), applies standard labels, and standardizes commit message prefix/scope.
- Adds a 7-day cooldown window to avoid immediate PRs for newly released versions.
b6e3fa2 to
f6ef025
Compare
|
Rebased onto current develop (branch was 11 commits behind). No Copilot review threads to address. The Integration Test failures are unrelated to this PR's diff (adds .github/dependabot.yml only, no workflow changes). Root cause: |
Adds grouped, cooled-down Dependabot updates with standard ecosystem labels and commit prefixes.