Skip to content

Commit

Permalink
chore: update dependabot version action
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 12, 2024
1 parent 676c1ef commit d430a65
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "daily"
open-pull-requests-limit: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

commit-message:
prefix: "chore"
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "chore"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit d430a65

Please sign in to comment.