Browse Source

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

Joe Grandja 9 tháng trước cách đây
mục cha
commit
6880661766
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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