Skip to content

Commit f57a093

Browse files
Accept dependency updates for minor versions
Closes gh-14732
1 parent 980cca7 commit f57a093

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/dependabot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ updates:
103103
- dependency-name: '*'
104104
update-types:
105105
- version-update:semver-major
106-
- version-update:semver-minor
107106
- package-ecosystem: github-actions
108107
target-branch: 5.8.x
109108
directory: /

.github/workflows/update-dependabot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Update dependabot.yml
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 0 * * *' # Once per day at midnight UTC
75

86
permissions:
97
contents: read

0 commit comments

Comments
 (0)