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