Skip to content

Commit

Permalink
chore: Format YAML with format-yaml
Browse files Browse the repository at this point in the history
This has not been done in a while.
  • Loading branch information
halostatue committed Sep 24, 2024
1 parent d765e2c commit d96b9e3
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
78 changes: 39 additions & 39 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
labels:
- enhancement
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
labels:
- enhancement

groups:
go-dev:
dependency-type: development
patterns:
- '*'
update-types: [minor, patch]
groups:
go-dev:
dependency-type: development
patterns:
- '*'
update-types: [minor, patch]

go-prod:
dependency-type: production
patterns:
- '*'
update-types: [minor, patch]
go-prod:
dependency-type: production
patterns:
- '*'
update-types: [minor, patch]

- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- enhancement
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- enhancement

groups:
actions:
patterns:
- '*'
update-types: [minor, patch]
groups:
actions:
patterns:
- '*'
update-types: [minor, patch]

- package-ecosystem: pip
directory: /assets
schedule:
interval: monthly
labels:
- enhancement
groups:
python:
patterns:
- '*'
update-types: [minor, patch]
- package-ecosystem: pip
directory: /assets
schedule:
interval: monthly
labels:
- enhancement
groups:
python:
patterns:
- '*'
update-types: [minor, patch]
2 changes: 1 addition & 1 deletion .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
with:
process-only: 'issues, prs'
process-only: issues, prs
issue-lock-reason: resolved
issue-inactive-days: 7
pr-lock-reason: resolved
Expand Down
16 changes: 8 additions & 8 deletions assets/chezmoi.io/docs/links/articles.md.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,12 @@ articles:
- date: '2024-03-11'
version: 2.47.1
lang: CN
title: 'Chezmoi:優雅管理Linux的dotfile,使用Git儲存庫備份,類似GNU Stow'
title: Chezmoi:優雅管理Linux的dotfile,使用Git儲存庫備份,類似GNU Stow
url: https://ivonblog.com/posts/chezmoi-manage-dotfiles/
- date: '2024-03-23'
version: 2.47.2
lang: CN
title: '使用 chezmoi & vscode, 管理你的 dotfiles'
title: 使用 chezmoi & vscode, 管理你的 dotfiles
url: https://shansan.top/2024/03/23/using-chezmoi-to-manage-dotfiles/
- date: '2024-03-23'
version: 2.47.2
Expand All @@ -414,33 +414,33 @@ articles:
- date: '2024-04-27'
version: 2.48.0
lang: CN
title: '使用 chezmoi & vscode, 管理你的 dotfiles'
title: 使用 chezmoi & vscode, 管理你的 dotfiles
url: https://juejin.cn/post/7362028633425608754
- date: '2024-05-01'
version: 2.48.0
lang: TH
title: 'จัดการ dotfiles ด้วย chezmoi'
title: จัดการ dotfiles ด้วย chezmoi
url: https://www.anuwong.com/blog/manage-dotfiles-with-chezmoi/
- date: '2024-05-27'
version: 2.48.1
title: Managing Dotfiles with Chezmoi
url: https://1729.org.uk/posts/managing-dotfiles-with-chezmoi/
- date: '2024-06-26'
version: 2.49.1
title: 'Automate Your Dotfiles with Chezmoi'
title: Automate Your Dotfiles with Chezmoi
url: https://learn.typecraft.dev/tutorial/our-place-chezmoi/
- date: '2024-07-28'
version: 2.51.0
title: 'Development Environment Setup with Chezmoi'
title: Development Environment Setup with Chezmoi
url: https://danielmschmidt.de/posts/dev-env-setup-with-chezmoi/
- date: '2024-07-31'
version: 2.51.0
title: 'Managing dotfiles with chezmoi'
title: Managing dotfiles with chezmoi
url: https://wqplease.com/p/managing-dotfiles-with-chezmoi
- date: '2024-08-30'
version: 2.52.1
lang: JP
title: 'dotfiles管理をchezmoiに移行する'
title: dotfiles管理をchezmoiに移行する
url: https://nsakki55.hatenablog.com/entry/2024/08/30/125246
- date: '2024-09-08'
version: 2.52.1
Expand Down
6 changes: 3 additions & 3 deletions assets/chezmoi.io/docs/links/videos.md.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ videos:
url: https://www.youtube.com/watch?v=fQ3txCIxiiU
- date: '2024-02-17'
version: 2.47.0
title: '12 GREAT command line programs YOU recommended!'
title: 12 GREAT command line programs YOU recommended!
url: https://www.youtube.com/watch?v=nCS4BtJ34-o&t=324s
- date: '2024-06-22'
version: '2.47.1'
title: 'Automating Development Environments with Ansible & Chezmoi'
version: 2.47.1
title: Automating Development Environments with Ansible & Chezmoi
url: https://www.youtube.com/watch?v=P4nI1VhoN2Y

0 comments on commit d96b9e3

Please sign in to comment.