Skip to content

Commit

Permalink
chore: enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpkuyper committed Dec 27, 2024
1 parent ac8719a commit 0817e1c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
open-pull-requests-limit: 10
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
security-updates:
patterns:
- "**"

0 comments on commit 0817e1c

Please sign in to comment.