diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d282a4..da5c68f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,16 +5,6 @@ updates: include: scope prefix: build directory: / - ignore: - - dependency-name: "actions/*" - update-types: - ["version-update:semver-minor", "version-update:semver-patch"] - - dependency-name: "GoogleCloudPlatform/release-please-action" - update-types: - ["version-update:semver-minor", "version-update:semver-patch"] - - dependency-name: "wagoid/commitlint-github-action" - update-types: - ["version-update:semver-minor", "version-update:semver-patch"] schedule: interval: monthly