Skip to content

Commit fdf1026

Browse files
committed
Cooldown update process for dependencies
1 parent e59444e commit fdf1026

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
cooldown:
8+
default-days: 1
79
groups:
810
actions:
911
patterns:
@@ -15,6 +17,10 @@ updates:
1517
- /test/
1618
schedule:
1719
interval: daily
20+
cooldown:
21+
default-days: 1
22+
exclude:
23+
- 'pnpm'
1824
groups:
1925
npm:
2026
patterns:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"typescript": "^5.9.2",
4444
"typescript-eslint": "^8.44.0"
4545
},
46-
"packageManager": "pnpm@10.16.1"
46+
"packageManager": "pnpm@10.17.0"
4747
}

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ packages:
44

55
enablePrePostScripts: true
66
strictPeerDependencies: false
7+
8+
# one day
9+
minimumReleaseAge: 1440
10+
minimumReleaseAgeExclude:
11+
- pnpm
12+
- appstore-connect-jwt-generator-core

0 commit comments

Comments
 (0)