Skip to content

Commit

Permalink
ci(dependabot): activate
Browse files Browse the repository at this point in the history
Signed-off-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
  • Loading branch information
EdJoPaTo authored May 8, 2024
1 parent 33e4c18 commit 0ccf75b
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:45"
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 0ccf75b

Please sign in to comment.