diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0741f02e9d..630f2e8441 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -103,7 +103,6 @@ updates: - dependency-name: '*' update-types: - version-update:semver-major - - version-update:semver-minor - package-ecosystem: github-actions target-branch: 5.8.x directory: / diff --git a/.github/workflows/update-dependabot.yml b/.github/workflows/update-dependabot.yml index e5669d1860..7b10563ec5 100644 --- a/.github/workflows/update-dependabot.yml +++ b/.github/workflows/update-dependabot.yml @@ -2,8 +2,6 @@ name: Update dependabot.yml on: workflow_dispatch: - schedule: - - cron: '0 0 * * *' # Once per day at midnight UTC permissions: contents: read