Skip to content

Commit f31a10e

Browse files
authored
gate dependabot updates by age (#534)
Delay Dependabot PRs for `npm` updates and third-party Go modules until new releases are at least seven days old. Keep `github.com/riverqueue/*` and `riverqueue.com/*` Go dependencies exempt so internal packages can still update immediately.
1 parent bb0cef7 commit f31a10e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,18 @@ updates:
4949
- riverpro-proxy
5050
schedule:
5151
interval: "weekly"
52+
cooldown:
53+
default-days: 7
54+
exclude:
55+
- "github.com/riverqueue/*"
56+
- "riverqueue.com/*"
5257

5358
- package-ecosystem: "npm"
5459
directory: "/"
5560
schedule:
5661
interval: "monthly"
62+
cooldown:
63+
default-days: 7
5764
groups:
5865
production-dependencies:
5966
dependency-type: "production"

0 commit comments

Comments
 (0)