summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMasaya Suzuki <15100604+massongit@users.noreply.github.com>2023-01-15 12:12:28 +0900
committerGitHub <noreply@github.com>2023-01-15 12:12:28 +0900
commit0c0aa936682103d78df722ad2c159582243a1f6e (patch)
treea3b0dd11ce53067572f6367f0f76fa3e11a0d6d6 /.github
parentDockerで構築する場合のconfigファイルの雛形追加 (#9577) (diff)
downloadmisskey-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.yml10
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