Skip to content

Commit

Permalink
ci(dependabot): activate (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo authored May 8, 2024
1 parent 2fe1d94 commit 8a3c9bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
open-pull-requests-limit: 0
schedule:
interval: "daily"
time: "08:55"
commit-message:
prefix: "build(npm):"
groups:
minor:
update-types: ["minor", "patch"]
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]

0 comments on commit 8a3c9bd

Please sign in to comment.