Commit 680184f
authored
Add GitHub Actions to Dependabot configuration (#727)
Limit version update PRs to security-only by setting
open-pull-requests-limit to 0, matching the approach used in the Go SDK
(see databricks/databricks-sdk-go#988).
Add the github-actions package ecosystem with a monthly update interval.
Monthly keeps churn low while ensuring deprecation notices and security
fixes flow in through PRs. The 7-day cooldown avoids bumping actions
that were just released, letting them bake first.
Exclude tagging.yml because it is generated and maintained externally.
Co-authored-by: Isaac
NO_CHANGELOG=true1 parent 47ea8a7 commit 680184f
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments