We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980cca7 commit f57a093Copy full SHA for f57a093
.github/dependabot.yml
@@ -103,7 +103,6 @@ updates:
103
- dependency-name: '*'
104
update-types:
105
- version-update:semver-major
106
- - version-update:semver-minor
107
- package-ecosystem: github-actions
108
target-branch: 5.8.x
109
directory: /
.github/workflows/update-dependabot.yml
@@ -2,8 +2,6 @@ name: Update dependabot.yml
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: '0 0 * * *' # Once per day at midnight UTC
7
8
permissions:
9
contents: read
0 commit comments