Closed fdalcin closed 2 months ago
@fdalcin LGTM do you think could you add the updated dependabot config on this PR?
version: 2 updates: # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" allow: - dependency-type: "direct" open-pull-requests-limit: 5 versioning-strategy: "increase-if-necessary" ignore: - dependency-name: "*" update-types: [ "version-update:semver-major" ] groups: npm-dependencies: dependency-type: "production" npm-dev-dependencies: dependency-type: "development" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 5 groups: all-github-actions: patterns: - ".*"
Sure, let me do that really quick
@fdalcin LGTM do you think could you add the updated dependabot config on this PR?