Skip to content

Commit 3269820

Browse files
committed
Hold Dependabot updates for 14 days to match the resolver shield
pyproject.toml sets uv's exclude-newer to 14 days, so a floor raised to a release younger than that resolves to nothing and every CI job dies in the install step. PR #48 raised tox to >=4.61.4 and hit exactly that: only tox<=4.61.2 was visible to the resolver. A 14 day cooldown lines the two up, the way portalocker and mt940 already do.
1 parent e0a7252 commit 3269820

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
target-branch: develop
66
schedule:
77
interval: weekly
8+
cooldown:
9+
default-days: 14
810
groups:
911
actions:
1012
patterns: ['*']
@@ -14,6 +16,8 @@ updates:
1416
target-branch: develop
1517
schedule:
1618
interval: weekly
19+
cooldown:
20+
default-days: 14
1721
groups:
1822
python-dev-dependencies:
1923
patterns: ['*']

0 commit comments

Comments
 (0)