Explorar o código

Accept dependency updates for minor versions

Closes gh-14732
Marcus Hert Da Coregio hai 1 ano
pai
achega
f57a093137
Modificáronse 2 ficheiros con 0 adicións e 3 borrados
  1. 0 1
      .github/dependabot.yml
  2. 0 2
      .github/workflows/update-dependabot.yml

+ 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