Skip to content

Commit

Permalink
ci(depbot): simplify config to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Oct 26, 2024
1 parent 4ac6ba1 commit ffc6342
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: widen
versioning-strategy: auto
groups:
development-dependencies:
dependency-type: "development"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary
groups:
development-dependencies:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
ignore:
- update-types:
- "version-update:semver-major"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit ffc6342

Please sign in to comment.