Skip to content

Commit ff97423

Browse files
committed
tools: Update tidy.sh and related config
1 parent b873379 commit ff97423

File tree

3 files changed

+82
-1120
lines changed

3 files changed

+82
-1120
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo # zizmor: ignore[dependabot-cooldown] # Unless dependencies are pinned/locked, the effect is limited.
3+
- package-ecosystem: cargo
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
cooldown:
8+
default-days: 14 # Note: Unless dependencies are pinned/locked, the effect is limited.
79
commit-message:
810
prefix: ''
911
labels: []
1012
- package-ecosystem: github-actions
1113
directory: /
1214
schedule:
13-
interval: daily
15+
interval: weekly
1416
cooldown:
15-
default-days: 7
17+
default-days: 14
1618
commit-message:
1719
prefix: ''
1820
labels: []

.github/zizmor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
rules:
55
anonymous-definition: { disable: true }
6+
dependabot-cooldown: { config: { days: 14 } }
67
unpinned-uses:
78
config:
89
policies:

0 commit comments

Comments
 (0)