소스 검색

Disable minor version dependency updates for main (currently 1.4.x)

Joe Grandja 9 달 전
부모
커밋
6880661766
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/dependabot.yml

+ 1 - 0
.github/dependabot.yml

@@ -38,6 +38,7 @@ updates:
       - dependency-name: '*'
         update-types:
           - version-update:semver-major
+          - version-update:semver-minor
 
   # GitHub Actions
   - package-ecosystem: github-actions