Commit e4d1177
authored
Add dependabot.yml to help control automatic PR behavior (#622)
## Summary
<!-- Provide a brief description of the changes in this PR -->
Adds config to control dependabot behavior. This PR is in response to
the internal Slack thread
[here](https://dbt-labs.slack.com/archives/C08JCDZDECB/p1772495075910279)
on constant up-keep of security bumps to `examples/` manifests.
Behavior:
- Allow security updates to the root manifest (uv) and the `ui/` folder
(npm)
- Prevent automatic "latest" version updates
- Therefore, dependabot will open PRs for security vulnerabilities for
production code
## Checklist
- [ ] I have performed a self-review of my code
- [ ] I have made corresponding changes to the documentation (in
https://github.com/dbt-labs/docs.getdbt.com) if required -- Mention it
here
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
## Additional Notes
<!-- Any additional information that would be helpful for reviewers -->
Docs to reference:
-
[depandabots.yml](https://docs.github.com/en/code-security/concepts/supply-chain-security/about-the-dependabot-yml-file)
- [exclude-paths
config](https://github.blog/changelog/2025-08-26-dependabot-can-now-exclude-automatic-pull-requests-for-manifests-in-selected-subdirectories/)
- [open-pull-request-limit
config](https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#open-pull-requests-limit-)
Tested locally with Claude Code + [Dependabot
CLI](https://github.com/dependabot/cli) 🤖1 parent c54d945 commit e4d1177
3 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
0 commit comments