浏览代码

Accept dependency updates for minor versions

Closes gh-14732
Marcus Hert Da Coregio 1 年之前
父节点
当前提交
f57a093137
共有 2 个文件被更改,包括 0 次插入3 次删除
  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: '*'
       - dependency-name: '*'
         update-types:
         update-types:
           - version-update:semver-major
           - version-update:semver-major
-          - version-update:semver-minor
   - package-ecosystem: github-actions
   - package-ecosystem: github-actions
     target-branch: 5.8.x
     target-branch: 5.8.x
     directory: /
     directory: /

+ 0 - 2
.github/workflows/update-dependabot.yml

@@ -2,8 +2,6 @@ name: Update dependabot.yml
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
-  schedule:
-    - cron: '0 0 * * *' # Once per day at midnight UTC
 
 
 permissions:
 permissions:
   contents: read
   contents: read