Skip to content

Commit

Permalink
Merge pull request #380 from ZIMkaRU/feature/add-dependabot-config
Browse files Browse the repository at this point in the history
Add dependabot config and update pug
  • Loading branch information
ezewer authored Jul 24, 2024
2 parents fd3abf5 + 8181137 commit 0db5822
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
target-branch: "staging"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "00:00"
timezone: "Etc/UTC"
commit-message:
prefix: "[npm] "
labels:
- "npm"
- "dependencies"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lru": "3.1.0",
"moment": "2.29.4",
"moment-timezone": "0.5.39",
"pug": "3.0.2",
"pug": "3.0.3",
"reflect-metadata": "0.1.13",
"triple-beam": "1.3.0",
"uuid": "9.0.0",
Expand Down

0 comments on commit 0db5822

Please sign in to comment.