Skip to content

Commit

Permalink
chore: fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 20, 2024
1 parent be164a6 commit da4abf2
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 133 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: 2
updates:
# Root package.json
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
open-pull-requests-limit: 10
- dependency-type: "direct"
versioning-strategy: "auto"
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
Expand All @@ -18,12 +17,13 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
# Add this line to specify the package manager
package-manager: "pnpm"

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
Expand Down
Loading

0 comments on commit da4abf2

Please sign in to comment.