diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..61c651e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml deleted file mode 100644 index d287426..0000000 --- a/.github/workflows/code_review.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Auto Code Review - -on: - pull_request: - types: [opened, synchronize, reopened] - -jobs: - conflicts: - uses: preprio/.github-workflows/.github/workflows/code-conflicts.yml@main - secrets: inherit