Skip to content

Commit 312a301

Browse files
pyansys-automationpyansys-ci-botfranknli
authored
chore: add dependabot cooldown settings (#302)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Frank Li <39963019+franknli@users.noreply.github.com>
1 parent 6cc0111 commit 312a301

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: "pip"
4+
cooldown:
5+
default-days: 10 # Fallback cooldown if no specific rule applies
46
directory: "/"
57
schedule:
68
interval: "daily"
@@ -13,6 +15,8 @@ updates:
1315
prefix: "chore"
1416

1517
- package-ecosystem: "github-actions"
18+
cooldown:
19+
default-days: 10 # Fallback cooldown if no specific rule applies
1620
directory: "/"
1721
schedule:
1822
interval: "daily"
@@ -21,4 +25,4 @@ updates:
2125
assignees:
2226
- "pyansys-ci-bot"
2327
commit-message:
24-
prefix: "chore"
28+
prefix: "chore"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Chore: add dependabot cooldown settings

0 commit comments

Comments
 (0)