diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9436ac4cb7..4773fbedab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -151,6 +151,13 @@ updates: - "zone.js" update-types: - "patch" + # Restrict typescript updates to patch level because that's what our package.json says + typescript: + applies-to: version-updates + patterns: + - "typescript" + update-types: + - "patch" ignore: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" @@ -239,6 +246,13 @@ updates: - "zone.js" update-types: - "patch" + # Restrict typescript updates to patch level because that's what our package.json says + typescript: + applies-to: version-updates + patterns: + - "typescript" + update-types: + - "patch" ignore: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" @@ -326,6 +340,13 @@ updates: - "zone.js" update-types: - "patch" + # Restrict typescript updates to patch level because that's what our package.json says + typescript: + applies-to: version-updates + patterns: + - "typescript" + update-types: + - "patch" ignore: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" @@ -405,6 +426,13 @@ updates: - "zone.js" update-types: - "patch" + # Restrict typescript updates to patch level because that's what our package.json says + typescript: + applies-to: version-updates + patterns: + - "typescript" + update-types: + - "patch" ignore: # 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15 # See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489