diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..61c651e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" 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