Przeglądaj źródła

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

Joe Grandja 9 miesięcy temu
rodzic
commit
6880661766
1 zmienionych plików z 1 dodań i 0 usunięć
  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