mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
tools: Update tidy.sh and related config
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -1,9 +1,11 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: cargo # zizmor: ignore[dependabot-cooldown] # Unless dependencies are pinned/locked, the effect is limited.
|
- package-ecosystem: cargo
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: weekly
|
||||||
|
cooldown:
|
||||||
|
default-days: 14 # Note: Unless dependencies are pinned/locked, the effect is limited.
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ''
|
prefix: ''
|
||||||
ignore:
|
ignore:
|
||||||
@@ -13,9 +15,9 @@ updates:
|
|||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: weekly
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 7
|
default-days: 14
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ''
|
prefix: ''
|
||||||
labels: []
|
labels: []
|
||||||
|
|||||||
1
.github/zizmor.yml
vendored
1
.github/zizmor.yml
vendored
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
rules:
|
rules:
|
||||||
anonymous-definition: { disable: true }
|
anonymous-definition: { disable: true }
|
||||||
|
dependabot-cooldown: { config: { days: 14 } }
|
||||||
unpinned-uses:
|
unpinned-uses:
|
||||||
config:
|
config:
|
||||||
policies:
|
policies:
|
||||||
|
|||||||
1189
tools/tidy.sh
1189
tools/tidy.sh
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user