Skip to content

Commit 5f2d067

Browse files
ci: dependabot cooldown on github-actions is not supported (#2298)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 1c89bbd commit 5f2d067

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ updates:
4545
directory: "/"
4646
schedule:
4747
interval: "daily"
48-
cooldown:
49-
default-days: 5 # Fallback cooldown if no specific rule applies
50-
semver-major-days: 30 # Cooldown for major version updates
51-
semver-minor-days: 7 # Cooldown for minor version updates
52-
semver-patch-days: 3 # Cooldown for patch updates
53-
exclude:
54-
- "ansys/actions/*"
48+
# TODO: This should be activated once it's supported
49+
# cooldown:
50+
# default-days: 5 # Fallback cooldown if no specific rule applies
51+
# semver-major-days: 30 # Cooldown for major version updates
52+
# semver-minor-days: 7 # Cooldown for minor version updates
53+
# semver-patch-days: 3 # Cooldown for patch updates
54+
# exclude:
55+
# - "ansys/actions/*"
5556
labels:
5657
- "maintenance"
5758
assignees:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependabot cooldown on github-actions is not supported

0 commit comments

Comments
 (0)