diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc3ab5c..dd08ecb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: 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