2
0
Эх сурвалжийг харах

Accept dependency updates for minor versions

Closes gh-14732
Marcus Hert Da Coregio 1 жил өмнө
parent
commit
f57a093137

+ 0 - 1
.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: /

+ 0 - 2
.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