Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dependabot.yml
Browse files Browse the repository at this point in the history
paulbalandan committed Jan 28, 2025

Verified

This commit was signed with the committer’s verified signature.
paulbalandan John Paul E. Balandan, CPA
1 parent 69b99a2 commit 295231b
Showing 4 changed files with 6,976 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "08:00"
timezone: "Asia/Manila"
commit-message:
prefix: "[npm] "

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "08:00"
timezone: "Asia/Manila"
commit-message:
prefix: "[actions] "
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -5,4 +5,3 @@
/.env
/coverage
/dist
/package-lock.json
6,948 changes: 6,948 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@
"vitest": "^2.1.8"
},
"engines": {
"node": ">=22"
"node": "^22.0 || ^23.0",
"npm": "^11.0"
}
}

0 comments on commit 295231b

Please sign in to comment.