From 74c8587e4438156979bfb7d04cf53809bab6fa41 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 27 Aug 2020 19:55:46 +0800 Subject: [PATCH] ci: configure automation around dependency management --- .github/auto-merge.yml | 6 ++++++ .github/dependabot.yml | 13 +++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .github/auto-merge.yml diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml new file mode 100644 index 0000000..32b1adb --- /dev/null +++ b/.github/auto-merge.yml @@ -0,0 +1,6 @@ +minApprovals: + NONE: 0 +requiredLabels: + - dependencies +updateBranch: true +mergeMethod: rebase diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915d..6c48732 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,10 @@ version: 2 updates: - # Enable version updates for npm - - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory - directory: '/' - # Check the npm registry for updates every day (weekdays) + - package-ecosystem: npm + directory: "/" schedule: - interval: 'daily' + interval: daily + commit-message: + prefix: fix + prefix-development: chore + include: scope