Skip to content

Commit 9aeed55

Browse files
authored
Update Dependabot configuration (#4827)
Ignore the Databricks Go SDK because its upgrade requires code generation and cannot be handled by Dependabot alone. Update the github-actions package ecosystem configuration. Use a monthly update interval to keep 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
1 parent 19b4057 commit 9aeed55

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
ignore:
8+
# Ignore Databricks Go SDK because its upgrade requires code generation
9+
- dependency-name: github.com/databricks/databricks-sdk-go
710
- package-ecosystem: "gomod"
811
directory: "/tools"
912
schedule:
@@ -15,7 +18,9 @@ updates:
1518
- "/.github/actions/setup-build-environment"
1619
schedule:
1720
interval: "monthly"
21+
cooldown:
22+
default-days: 7
1823
# tagging.yml is generated and maintained externally. Ignore
1924
# actions/create-github-app-token since it is only used in tagging.yml.
20-
ignore:
21-
- dependency-name: "actions/create-github-app-token"
25+
exclude-paths:
26+
- .github/workflows/tagging.yml

0 commit comments

Comments
 (0)