diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8e67cc4..fbee9ca5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,6 @@ updates: interval: "weekly" - package-ecosystem: "npm" - directory: "/e2e" - open-pull-requests-limit: 0 + directory: "/" schedule: interval: "daily" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1e9e2c9..7bb95cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: paths: - '**' # include everything by default - '!**/*.md' # ignore markdown files - - '!.github/workflows/**' # ignore all workflow files + - '!.github/**' # ignore all .github/ files - '.github/workflows/ci.yml' # except changes to ci.yml itself jobs: