Skip to content

Commit 7cedeb4

Browse files
committed
Update cooldown period
Increase Dependabot cooldown to 7 days and add a cooldown period to the uv settings.
1 parent ba08998 commit 7cedeb4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
schedule:
99
interval: "weekly"
1010
cooldown:
11-
default-days: 5
11+
default-days: 7
1212
groups:
1313
gha-updates:
1414
applies-to: version-updates
@@ -24,7 +24,7 @@ updates:
2424
schedule:
2525
interval: "weekly"
2626
cooldown:
27-
default-days: 5
27+
default-days: 7
2828
groups:
2929
py-updates:
3030
applies-to: version-updates

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to `pyprefab` are documented here.
55
The format is based on [Keep a Changelog](https://keepachangelog.com), and the
66
project uses [Semantic Versioning](https://semver.org/).
77

8+
## Unreleased
9+
10+
### Internal
11+
12+
- Add a cooldown period to uv settings
13+
- Increase Dependabot cooldown period from 5 days to 7 days
14+
- Dependency updates
15+
16+
817
## 0.6.0
918

1019
### Changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ lint.extend-select = ["I", "Q"]
9999
# ensure setuptools_scm generates a version number that reflects latest tags
100100
# https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata
101101
cache-keys = [{ git = { commit = true, tags = true } }]
102+
exclude-newer = "7 days"
102103
required-version = ">=0.9.16"

0 commit comments

Comments
 (0)