Skip to content

Commit 9bb4165

Browse files
authored
chore: fix dependabot config to target default branch and add missing cooldown (#9056)
Remove target-branch pointing to non-existent dependency-updates branch so dependabot PRs go directly against main. Add missing cooldown settings to the github-actions ecosystem entry for consistency with npm entry.
1 parent 8e53fa6 commit 9bb4165

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ updates:
1414
semver-major-days: 7
1515
semver-minor-days: 7
1616
semver-patch-days: 7
17-
target-branch: dependency-updates
1817
labels:
1918
- 'dependencies'
2019

@@ -24,6 +23,10 @@ updates:
2423
directory: '/'
2524
schedule:
2625
interval: 'daily'
27-
target-branch: dependency-updates
26+
cooldown:
27+
default-days: 7
28+
semver-major-days: 7
29+
semver-minor-days: 7
30+
semver-patch-days: 7
2831
labels:
2932
- 'dependencies'

0 commit comments

Comments
 (0)