diff options
| author | Masaya Suzuki <15100604+massongit@users.noreply.github.com> | 2023-01-15 12:12:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 12:12:28 +0900 |
| commit | 0c0aa936682103d78df722ad2c159582243a1f6e (patch) | |
| tree | a3b0dd11ce53067572f6367f0f76fa3e11a0d6d6 /.github | |
| parent | Dockerで構築する場合のconfigファイルの雛形追加 (#9577) (diff) | |
| download | misskey-0c0aa936682103d78df722ad2c159582243a1f6e.tar.gz misskey-0c0aa936682103d78df722ad2c159582243a1f6e.tar.bz2 misskey-0c0aa936682103d78df722ad2c159582243a1f6e.zip | |
GitHub Actionsとpackages/swをDependabotによるアップデート対象にする (#9572)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d287327a7..e878e5836a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 0 - package-ecosystem: npm directory: "/" schedule: @@ -20,3 +25,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 0 +- package-ecosystem: npm + directory: "/packages/sw" + schedule: + interval: daily + open-pull-requests-limit: 0 |