diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c2596fe4..123014908 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,6 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"]