Skip to content

Commit 126b754

Browse files
committed
chore: let dependabot update dependencies
Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
1 parent 9bd735e commit 126b754

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
cooldown: # applies only to version-updates (not security-updates)
8+
semver-patch: 7 # wait 7 days before applying patch updates
9+
semver-minor: 14
10+
semver-major: 28
11+
- package-ecosystem: github-actions
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
16+
cooldown:
17+
default-days: 7
18+
- package-ecosystem: gitsubmodule
19+
directory: /
20+
schedule:
21+
interval: weekly
22+
cooldown:
23+
default-days: 7

0 commit comments

Comments
 (0)