Browse Source

Accept dependency updates for minor versions

Closes gh-14732
pull/14735/head
Marcus Hert Da Coregio 2 years ago
parent
commit
f57a093137
  1. 1
      .github/dependabot.yml
  2. 2
      .github/workflows/update-dependabot.yml

1
.github/dependabot.yml

@ -103,7 +103,6 @@ updates: @@ -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: /

2
.github/workflows/update-dependabot.yml

@ -2,8 +2,6 @@ name: 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

Loading…
Cancel
Save