Skip to content

Commit 1c7dcb5

Browse files
jkhelilcursoragent
andauthored
fix(dependabot): remove unsupported semver cooldown fields for github-actions (#1712)
The semver-major-days, semver-minor-days, and semver-patch-days cooldown properties are not supported for the github-actions package ecosystem. Remove them from all github-actions entries, keeping only default-days. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent aba387e commit 1c7dcb5

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/dependabot.config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,3 @@ ecosystems:
5959
- kind/misc
6060
cooldown:
6161
default-days: 7
62-
semver-major-days: 30
63-
semver-minor-days: 7
64-
semver-patch-days: 3

.github/dependabot.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ updates:
4141
- kind/misc
4242
cooldown:
4343
default-days: 7
44-
semver-major-days: 30
45-
semver-minor-days: 7
46-
semver-patch-days: 3
4744
- package-ecosystem: gomod
4845
directory: /
4946
target-branch: release-v0.27.x
@@ -89,9 +86,6 @@ updates:
8986
- version-update:semver-minor
9087
cooldown:
9188
default-days: 7
92-
semver-major-days: 30
93-
semver-minor-days: 7
94-
semver-patch-days: 3
9589
- package-ecosystem: gomod
9690
directory: /
9791
target-branch: release-v0.26.x
@@ -137,9 +131,6 @@ updates:
137131
- version-update:semver-minor
138132
cooldown:
139133
default-days: 7
140-
semver-major-days: 30
141-
semver-minor-days: 7
142-
semver-patch-days: 3
143134
- package-ecosystem: gomod
144135
directory: /
145136
target-branch: release-v0.25.x
@@ -185,9 +176,6 @@ updates:
185176
- version-update:semver-minor
186177
cooldown:
187178
default-days: 7
188-
semver-major-days: 30
189-
semver-minor-days: 7
190-
semver-patch-days: 3
191179
- package-ecosystem: gomod
192180
directory: /
193181
target-branch: release-v0.20.x
@@ -233,6 +221,3 @@ updates:
233221
- version-update:semver-minor
234222
cooldown:
235223
default-days: 7
236-
semver-major-days: 30
237-
semver-minor-days: 7
238-
semver-patch-days: 3

0 commit comments

Comments
 (0)