diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bec1046..393fa98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,6 @@ version: 2 updates: - package-ecosystem: "bundler" directory: "/" - versioning-strategy: increase - groups: - bundler: - dependency-type: "production" schedule: interval: "weekly" - package-ecosystem: "npm" @@ -13,7 +9,10 @@ updates: versioning-strategy: increase groups: npm: - dependency-type: "development" + update-types: + - "major" + - "minor" + - "patch" schedule: interval: "weekly" - package-ecosystem: "github-actions"