-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ラベラーの設定を更新します。 * カスタム単語リストを追加します。 * Renovate設定ファイルを追加 * 自動マージ戦略を追加します * ラベラーとプリコミットワークフロー更新 * タイムアウトを5分に変更 * Add concurrency settings for pre-commit workflow * ラベラーのワークフローに同時実行制限を追加します。 * 自動割り当ての並行処理を追加します。 * 自動割り当てグループを更新する。 * 更新自動割り当てグループをgithub.refに変更する * タイムアウトを5分に変更する。 * 自動割り当てとラベル付けジョブの設定を更新する。
- Loading branch information
Showing
9 changed files
with
94 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
adrienverge | ||
antonbabenko | ||
autobuild | ||
Autobuild | ||
autofix | ||
automerge | ||
buildscript | ||
CODEOWNERS | ||
codeql | ||
datasource | ||
Datasources | ||
igorshubovych | ||
kentaro | ||
markdownlint | ||
nodenv | ||
ooyama | ||
pyenv | ||
renovatebot | ||
reviewdog | ||
rinchsan | ||
shellcheck | ||
SSIA | ||
textlint | ||
textlintcache | ||
tqer | ||
buildx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
"editorconfig": | ||
- ".editorconfig" | ||
editorconfig: | ||
- .editorconfig | ||
|
||
"document": | ||
document: | ||
- "**/*.md" | ||
- "**/*.txt" | ||
- "**/*.rst" | ||
- "LICENSE" | ||
- LICENSE | ||
|
||
"terraform": | ||
- ".github/actions/terraform**/action.yml" | ||
- ".github/workflows/terraform**.yml" | ||
terraform: | ||
- .github/actions/terraform**/action.yml | ||
- .github/workflows/terraform**.yml | ||
|
||
"textlint": | ||
textlint: | ||
- "**/.textlint*" | ||
|
||
"yamllint": | ||
yamllint: | ||
- "**/.yamllint" | ||
|
||
"markdownlint": | ||
markdownlint: | ||
- "**/.markdownlint*.json" | ||
|
||
"asdf": | ||
asdf: | ||
- "**/.tool-versions" | ||
|
||
"actionlint": | ||
- ".github/workflows/actionlint.yml" | ||
actionlint: | ||
- .github/workflows/actionlint.yml | ||
|
||
"CODEOWNERS": | ||
- "CODEOWNERS" | ||
CODEOWNERS: | ||
- CODEOWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# renovate-config | ||
|
||
Renovate Configuration. | ||
このリポジトリには、依存関係の更新ツールであるRenovateの設定ファイルが含まれています。Renovateは、プロジェクトの依存関係を最新のバージョンに保つプロセスを自動化するのに役立ちます。 | ||
|
||
## 参照する仕組み | ||
|
||
```mermaid | ||
graph LR | ||
A[リポジトリ] -- 参照 --> B[renovate.json] | ||
B -- 参照 --> C[tqer39/renovate-config/default.json] | ||
C -- 参照 --> C[tqer39/renovate-config/*.json] | ||
``` | ||
|
||
## 動作方法 | ||
|
||
1. このリポジトリを自分のGitHubアカウントにフォークします。 | ||
2. プロジェクトの要件に基づいて、必要な変更を設定ファイルに行います。 | ||
3. Renovateを設定して、フォークしたリポジトリを設定のソースとして使用します。 | ||
4. Renovateは定期的にプロジェクトの依存関係をスキャンし、このリポジトリの設定に基づいて最新バージョンに更新するためのプルリクエストを作成します。 | ||
|
||
## 貢献 | ||
|
||
設定ファイルに対する提案や改善点がある場合は、問題を開いたりプルリクエストを送信したりしてください。 | ||
|
||
更新を楽しんでください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"automergeStrategy": "squash" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters